mirror of
https://github.com/iv-org/invidious
synced 2025-09-06 05:21:17 +02: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;
|
|
}
|