forked from midou/invidious
10 lines
90 B
CSS
10 lines
90 B
CSS
|
a:hover,
|
||
|
a:active {
|
||
|
color: #167ac6;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #303030;
|
||
|
text-decoration: none;
|
||
|
}
|