Fix Jumbotron styles being broken due to adjusted *-text behaviour
This commit is contained in:
parent
56b63d60b7
commit
1951779c00
|
@ -2,7 +2,7 @@
|
||||||
$this: &;
|
$this: &;
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
color: var(--primary-text);
|
color: RGB(var(--primary-text));
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
@ -11,11 +11,11 @@
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
color: var(--primary-text);
|
color: RGB(var(--primary-text));
|
||||||
}
|
}
|
||||||
|
|
||||||
a:not(.btn) {
|
a:not(.btn) {
|
||||||
color: var(--primary-text);
|
color: RGB(var(--primary-text));
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in New Issue