Fix Jumbotron styles being broken due to adjusted *-text behaviour

This commit is contained in:
Andreas Nedbal 2020-04-27 18:39:24 +02:00
parent 56b63d60b7
commit 1951779c00
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
$this: &;
display: flex;
background-color: var(--primary);
color: var(--primary-text);
color: RGB(var(--primary-text));
text-align: center;
h1,
@ -11,11 +11,11 @@
h4,
h5,
h6 {
color: var(--primary-text);
color: RGB(var(--primary-text));
}
a:not(.btn) {
color: var(--primary-text);
color: RGB(var(--primary-text));
opacity: 0.6;
&:hover {