please do not set !important on a global link rule kthxbai
This commit is contained in:
parent
fc61df49ce
commit
87464b84d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@import "_new_mixins";
|
||||
|
||||
/* new link color */
|
||||
a { color : rgb(42,156,235) !important; }
|
||||
a { color : rgb(42,156,235) }
|
||||
|
||||
/* bootstrap extentions */
|
||||
.icon-red { background-image: image_url("img/glyphicons-halflings-red.png"); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue