Tweak font size and colours
diff --git a/static/css/style.less b/static/css/style.less
index fdaa555..9bc4620 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -2,7 +2,7 @@
@black: #000000;
@white: #ffffff;
@light-grey: #eeeeee;
-@med-grey: #999999;
+@med-grey: #5f5f5f;
@dark-grey: #202020;
@blue: #0e94ec;
@accent: @blue;
@@ -25,7 +25,7 @@
background-color: @white;
color: @dark-grey;
font-family: @sans;
- font-size: 18px;
+ font-size: 16px;
}
a {
@@ -100,10 +100,11 @@
border-top: @border_color 1px solid;
border-bottom: @border_color 1px solid;
text-align: center;
+ color: @med-grey;
p {
font-weight: bold;
- font-size: 15px;
+ font-size: 16px;
text-transform: uppercase;
}
@@ -113,7 +114,7 @@
p:not(#header){
a {
- color: @dark-grey;
+ color: @med-grey;
&:hover{
color: @accent;
}