diff options
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 |
