mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 09:20:52 +01:00
9 lines
92 B
CSS
9 lines
92 B
CSS
a {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover,
|
|
a:active {
|
|
color: #167ac6;
|
|
} |