aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/pepal.css
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-01-24 20:27:08 +0100
committerPacien TRAN-GIRARD2015-01-25 23:47:13 +0100
commitd04d732a084f07ca88fdfa82653bdfd2d6798374 (patch)
treed4b03c921e5fa98e9fb731d1549fbc8dbdc6b9fe /public/stylesheets/pepal.css
parent2f6780969318c08c7a0a0e8e52a7dad33ff53786 (diff)
downloadminibay-d04d732a084f07ca88fdfa82653bdfd2d6798374.tar.gz
First website mockup
Diffstat (limited to 'public/stylesheets/pepal.css')
-rw-r--r--public/stylesheets/pepal.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/stylesheets/pepal.css b/public/stylesheets/pepal.css
new file mode 100644
index 0000000..3ca71f3
--- /dev/null
+++ b/public/stylesheets/pepal.css
@@ -0,0 +1,22 @@
1/***** LOGO *****/
2
3.pepal-logo {
4 font-style: italic;
5 font-weight: bold;
6}
7
8.dark-blue {
9 color: #013088;
10}
11
12.dark-blue-bg {
13 background-color: #013088;
14}
15
16.light-blue {
17 color: #029de0;
18}
19
20.light-blue-bg {
21 background-color: #029de0;
22}