mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-01-01 11:38:45 +01:00
10 lines
90 B
CSS
10 lines
90 B
CSS
|
a:hover,
|
||
|
a:active {
|
||
|
color: #167ac6;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #303030;
|
||
|
text-decoration: none;
|
||
|
}
|