Просмотр исходного кода

Revert "Make links more obvious in dark theme"

This reverts commit ecf5f68c4e404389db100cbb317f39705d7f8ed2.
Torkel Ödegaard 12 лет назад
Родитель
Сommit
fcb6b333d0
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/vendor/bootstrap/less/variables.dark.less

+ 3 - 3
src/vendor/bootstrap/less/variables.dark.less

@@ -38,8 +38,8 @@
 
 // Links
 // -------------------------
-@linkColor:             @blue;
-@linkColorHover:        darken(@linkColor, 10%);
+@linkColor:             darken(@white,5%);
+@linkColorHover:        @white;
 
 
 // Typography
@@ -232,7 +232,7 @@
 
 // Form states and alerts
 // -------------------------
-@warningText:             #c09853;
+@warningText:             darken(#c09853, 10%);
 @warningBackground:       @grayLighter;
 @warningBorder:           transparent;