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/preboot.less | |
| 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/preboot.less')
| -rw-r--r-- | lib/preboot.less | 2 |
1 files changed, 1 insertions, 1 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; |
