Rewrote colors to use variables
This commit is contained in:
parent
f53cc0b31a
commit
e5669d33ab
16 changed files with 34 additions and 58 deletions
src/components
|
@ -45,9 +45,9 @@ const fulllink = `/fgosite/${slug}`;
|
|||
font-weight: bold;
|
||||
}
|
||||
li > a:hover{
|
||||
color: #c105ff;
|
||||
color: var(--c-purplepink);
|
||||
}
|
||||
.current {
|
||||
color: #b86cffed;
|
||||
color: var(--c-darkpurple);
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue