mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-02 03:31:20 +05:30
14 lines
115 B
CSS
14 lines
115 B
CSS
a {
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover,
|
|
a:active {
|
|
color: #167ac6;
|
|
}
|
|
|
|
.l-box {
|
|
padding: 1em;
|
|
}
|