mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 13:26:04 +01:00
Override Bootstrap alert-link styling for CSS variables
This commit is contained in:
parent
5d63d0ba27
commit
a9344f63a6
1 changed files with 4 additions and 0 deletions
|
@ -3,5 +3,9 @@
|
|||
color: RGB(var(--#{$color}-text));
|
||||
background-color: var(--#{$color});
|
||||
border-color: var(--#{$color});
|
||||
|
||||
.alert-link {
|
||||
color: RGB(var(--#{$color}-text));
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue