mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 17:03:25 +05:30
10 lines
90 B
CSS
10 lines
90 B
CSS
|
a:hover,
|
||
|
a:active {
|
||
|
color: #167ac6;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #303030;
|
||
|
text-decoration: none;
|
||
|
}
|