Commit 6854be80 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Refactor scss variables. Use darker color for links

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 660585ca
......@@ -40,7 +40,7 @@ a {
color: $link_color;
&:hover {
text-decoration: none;
color: $primary_color;
color: $link_hover_colory;
}
&:focus {
......
......@@ -9,6 +9,7 @@
$font-size-base: 13px !default;
$nav-pills-active-link-hover-bg: $bg_primary;
$pagination-active-bg: $bg_primary;
$list-group-active-bg: $bg_style_color;
// Core variables and mixins
@import "bootstrap/variables";
......
/**
/*
* General Colors
*/
$primary_color: #2FA0BB;
$link_color: #3A89A3;
$style_color: #474D57;
$bg_style_color: #2299BB;
$list-group-active-bg: $bg_style_color;
$hover: #D9EDF7;
/*
* Link colors
*/
$link_color: #446e9b;
$link_hover_color: #2FA0BB;
/*
* Success colors (green)
*/
......
......@@ -116,7 +116,7 @@
padding: 5px 0;
&.active {
background-color: $primary_color;
background-color: $link_hover_colory;
a {
color: #fff;
......
......@@ -37,7 +37,7 @@ ul.notes {
font-weight: bold;
font-size: 14px;
&:hover {
color: $primary_color;
color: $link_hover_colory;
}
}
}
......@@ -172,7 +172,7 @@ ul.notes {
@extend .cgray;
&:hover {
color: $primary_color;
color: $link_hover_colory;
&.danger { @extend .cred; }
}
}
......
......@@ -53,7 +53,7 @@
vertical-align: middle;
a {
&:hover {
color: $primary_color;
color: $link_hover_colory;
}
}
......
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