mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-08 14:58:25 +00:00
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;
|
|
}
|