mirror of
https://github.com/PretendoNetwork/website.git
synced 2025-04-02 11:11:50 -04:00
13 lines
No EOL
201 B
CSS
13 lines
No EOL
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;
|
|
} |