mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-04 08:39:49 +01:00
9 lines
107 B
CSS
9 lines
107 B
CSS
|
a.link {
|
||
|
color: #222;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a:hover.link,
|
||
|
a:active.link {
|
||
|
color: #167ac6;
|
||
|
}
|