Refactor scss variables. Use darker color for links

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-06-02 14:12:46 +03:00
parent 660585caa4
commit 6854be80a8
No known key found for this signature in database
GPG key ID: 627C5F589F467F17
6 changed files with 13 additions and 9 deletions

View file

@ -40,7 +40,7 @@ a {
color: $link_color;
&:hover {
text-decoration: none;
color: $primary_color;
color: $link_hover_colory;
}
&:focus {

View file

@ -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";

View file

@ -1,13 +1,16 @@
/**
/*
* 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)
*/

View file

@ -116,7 +116,7 @@
padding: 5px 0;
&.active {
background-color: $primary_color;
background-color: $link_hover_colory;
a {
color: #fff;

View file

@ -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; }
}
}

View file

@ -53,7 +53,7 @@
vertical-align: middle;
a {
&:hover {
color: $primary_color;
color: $link_hover_colory;
}
}