aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/ebe.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/ebe.css')
-rw-r--r--public/stylesheets/ebe.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/public/stylesheets/ebe.css b/public/stylesheets/ebe.css
new file mode 100644
index 0000000..e5fd15e
--- /dev/null
+++ b/public/stylesheets/ebe.css
@@ -0,0 +1,38 @@
1/***** LOGO *****/
2
3.ebe-logo {
4 font-weight: 100;
5 letter-spacing: -0.05em;
6}
7
8.red {
9 color: #e53238;
10}
11
12.red-bg {
13 background-color: #e53238;
14}
15
16.blue {
17 color: #0064d2;
18}
19
20.blue-bg {
21 background-color: #0064d2;
22}
23
24.yellow {
25 color: #f5af02;
26}
27
28.yellow-bg {
29 background-color: #f5af02;
30}
31
32.green {
33 color: #86b817;
34}
35
36.green-bg {
37 background-color: #86b817;
38}