1
0
mirror of https://github.com/iv-org/invidious.git synced 2025-02-24 08:30:00 -05:00

10 lines
90 B
CSS
Raw Normal View History

2018-04-13 21:32:14 -05:00
a:hover,
a:active {
color: #167ac6;
}
a {
color: #303030;
text-decoration: none;
}