forked from midou/invidious
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;
|
|
}
|