mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make links readable in v2 alerts
This commit is contained in:
parent
eda031023c
commit
32e14527c6
1 changed files with 7 additions and 0 deletions
|
@ -65,3 +65,10 @@
|
|||
.alert-danger {
|
||||
.alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text);
|
||||
}
|
||||
|
||||
.alert when (@is-overleaf = true) {
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue