mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-22 01:34:44 -05:00
13 lines
201 B
CSS
13 lines
201 B
CSS
/*
|
|
MOVE PROGRESS CSS HERE
|
|
*/
|
|
#quick-nav a {
|
|
color: var(--text-shade-1);
|
|
text-decoration: none;
|
|
width: fit-content;
|
|
}
|
|
|
|
#quick-nav a:hover {
|
|
color: var(--text-shade-3);
|
|
text-decoration: underline;
|
|
} |