mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-08 14:58:25 +00:00
9 lines
92 B
CSS
9 lines
92 B
CSS
a {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover,
|
|
a:active {
|
|
color: #167ac6;
|
|
} |