renamed color variables for header title
This commit is contained in:
parent
de2edbacba
commit
dc254decad
1 changed files with 13 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ header {
|
|||
flex-wrap: wrap;
|
||||
align-items: left;
|
||||
|
||||
color: var(--text);
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
#header--title a {
|
||||
|
|
@ -21,9 +21,9 @@ header {
|
|||
font-weight: 200;
|
||||
background: linear-gradient(
|
||||
to right,
|
||||
var(--text),
|
||||
var(--text) 63%,
|
||||
var(--link-color) 63%
|
||||
var(--primary),
|
||||
var(--primary) 63%,
|
||||
var(--secondary) 63%
|
||||
);
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
|
|
|
|||
Loading…
Reference in a new issue