2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

update theme.less todos and darken link hover color more

This commit is contained in:
Mark Otto
2011-09-11 20:46:40 -07:00
parent af2223efb1
commit 96e59eed20
4 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
// Links
@linkColor: #0069d6;
@linkColorHover: darken(@linkColor, 10);
@linkColorHover: darken(@linkColor, 15);
// Grays
@black: #000;
-2
View File
@@ -58,7 +58,5 @@
/*
TODO:
- add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc)
- make form inputs and tables apply the new global type changes (currently statically set)
- add new docs section for examples
- add new docs section for Theme.less
*/