aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/pepal.css
diff options
context:
space:
mode:
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}