mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
fix broken index page heading, update variables and less pages
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
// Links
|
||||
@linkColor: #08c;
|
||||
@linkColorHover: darken(@linkColor, 15);
|
||||
@linkColorHover: darken(@linkColor, 15%);
|
||||
|
||||
// Grays
|
||||
@black: #000;
|
||||
@@ -21,8 +21,8 @@
|
||||
@white: #fff;
|
||||
|
||||
// Accent colors
|
||||
@blue: #049CDB;
|
||||
@blueDark: #0064CD;
|
||||
@blue: #049cdb;
|
||||
@blueDark: #0064cd;
|
||||
@green: #46a546;
|
||||
@red: #9d261d;
|
||||
@yellow: #ffc40d;
|
||||
|
||||
Reference in New Issue
Block a user