Commit d7e9eda2 authored by Koen Punt's avatar Koen Punt

renamed blue_link var to primary_color

parent df0bd0c2
...@@ -467,7 +467,7 @@ p.time { ...@@ -467,7 +467,7 @@ p.time {
padding: 10px; padding: 10px;
} }
.current { .current {
border-bottom:2px solid $style_color; border-bottom: 2px solid $style_color;
} }
} }
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
color: #fff; color: #fff;
text-shadow: 0 1px 1px #268; text-shadow: 0 1px 1px #268;
&:hover { &:hover {
background: $blue_link; background: $primary_color;
color: #fff; color: #fff;
} }
...@@ -26,11 +26,11 @@ ...@@ -26,11 +26,11 @@
&.btn-info { &.btn-info {
background: #5aB9C3; background: #5aB9C3;
border-color: $blue_link; border-color: $primary_color;
color: #fff; color: #fff;
text-shadow: 0 1px 1px #268; text-shadow: 0 1px 1px #268;
&:hover { &:hover {
background: $blue_link; background: $primary_color;
color: #fff; color: #fff;
} }
......
...@@ -38,7 +38,7 @@ a { ...@@ -38,7 +38,7 @@ a {
color: $link_color; color: $link_color;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
color: $blue_link; color: $primary_color;
} }
&.btn { &.btn {
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
vertical-align: middle; vertical-align: middle;
a { a {
&:hover { &:hover {
color: $blue_link; color: $primary_color;
} }
} }
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
color: $link_color; color: $link_color;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
color: $blue_link; color: $primary_color;
} }
} }
......
/** Colors **/ /** Colors **/
$primary_color: #2FA0BB;
$link_color: #3A89A3; $link_color: #3A89A3;
$blue_link: #2FA0BB;
$style_color: #474D57; $style_color: #474D57;
$hover: #D9EDF7; $hover: #D9EDF7;
$hover_border: #ADF; \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment