mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Revert "Make links more obvious in dark theme"
This reverts commit ecf5f68c4e
.
This commit is contained in:
parent
edd618dbfb
commit
fcb6b333d0
@ -38,8 +38,8 @@
|
|||||||
|
|
||||||
// Links
|
// Links
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@linkColor: @blue;
|
@linkColor: darken(@white,5%);
|
||||||
@linkColorHover: darken(@linkColor, 10%);
|
@linkColorHover: @white;
|
||||||
|
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user