1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-02-25 20:29:48 +05:30
2018-01-14 21:16:09 -06:00

9 lines
107 B
CSS

a.link {
color: #333;
text-decoration: none;
}
a:hover.link,
a:active.link {
color: #167ac6;
}