mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
make clickable alert info use dark blue on blue
This commit is contained in:
parent
121820b118
commit
bb10697c50
1 changed files with 3 additions and 0 deletions
|
@ -40,5 +40,8 @@
|
|||
&.alert-info {
|
||||
background-color: dark-light-diff($tertiary, $secondary, 85%, -65%);
|
||||
color: $primary;
|
||||
.clickable {
|
||||
color: $tertiary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue