diff options
Diffstat (limited to 'lib/preboot.less')
| -rw-r--r-- | lib/preboot.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index 70ac9265c..f7c5c9ba9 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -8,7 +8,7 @@ -------------------------------------------------- */ // Links -@linkColor: #08b5fb; +@linkColor: #0069d6; @linkColorHover: darken(@linkColor, 10); // Grays @@ -178,7 +178,7 @@ text-shadow: @textShadow; color: @textColor; font-size: @fontSize; - line-height: 20px; + line-height: @baseline; .border-radius(@borderRadius); @shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.25); .box-shadow(@shadow); |
