diff options
| author | Mark Otto <[email protected]> | 2011-09-11 20:46:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 20:46:40 -0700 |
| commit | 96e59eed20c24593208c8a216c13e6409fae7d9d (patch) | |
| tree | fedc8e98930ae9518e067ed8606637cdf0679df6 /lib | |
| parent | af2223efb1048c9b9dd53f7f2481646d731d0da7 (diff) | |
| download | bootstrap-96e59eed20c24593208c8a216c13e6409fae7d9d.tar.xz bootstrap-96e59eed20c24593208c8a216c13e6409fae7d9d.zip | |
update theme.less todos and darken link hover color more
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/preboot.less | 2 | ||||
| -rw-r--r-- | lib/theme.less | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index 1ac8ca91c..7bbaf223c 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -8,7 +8,7 @@ // Links @linkColor: #0069d6; -@linkColorHover: darken(@linkColor, 10); +@linkColorHover: darken(@linkColor, 15); // Grays @black: #000; diff --git a/lib/theme.less b/lib/theme.less index 1442819cc..b8daa7244 100644 --- a/lib/theme.less +++ b/lib/theme.less @@ -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 */
\ No newline at end of file |
