Commit fcb6b333 by Torkel Ödegaard

Revert "Make links more obvious in dark theme"

This reverts commit ecf5f68c.
parent edd618db
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
// Links // Links
// ------------------------- // -------------------------
@linkColor: @blue; @linkColor: darken(@white,5%);
@linkColorHover: darken(@linkColor, 10%); @linkColorHover: @white;
// Typography // Typography
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
// Form states and alerts // Form states and alerts
// ------------------------- // -------------------------
@warningText: #c09853; @warningText: darken(#c09853, 10%);
@warningBackground: @grayLighter; @warningBackground: @grayLighter;
@warningBorder: transparent; @warningBorder: transparent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment