Commit ecf5f68c by Rashid Khan Committed by Torkel Ödegaard

Make links more obvious in dark theme

(cherry picked from commit 87ce2bf116de1d6a15d6f71f25eefb5814fadd9c)

Conflicts:
	src/css/bootstrap.dark.min.css
	src/css/bootstrap.light.min.css
parent 1cf2052d
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
// Links // Links
// ------------------------- // -------------------------
@linkColor: darken(@white,5%); @linkColor: @blue;
@linkColorHover: @white; @linkColorHover: darken(@linkColor, 10%);
// Typography // Typography
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
// Form states and alerts // Form states and alerts
// ------------------------- // -------------------------
@warningText: darken(#c09853, 10%); @warningText: #c09853;
@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