mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Remove @black and just use #000
This commit is contained in:
+2
-2
@@ -8,11 +8,11 @@
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
line-height: @line-height-base;
|
||||
color: @black;
|
||||
color: #000;
|
||||
text-shadow: 0 1px 0 rgba(255,255,255,1);
|
||||
.opacity(20);
|
||||
&:hover {
|
||||
color: @black;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
.opacity(40);
|
||||
|
||||
Reference in New Issue
Block a user