mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-13 08:46:47 +05:30
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;
|
||
|
}
|