You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
invidious/assets/css/custom.css

19 lines
196 B
CSS

a {
color: #333;
text-decoration: none;
}
a:hover,
a:active {
color: #167ac6;
}
.h-box {
padding-left: 1em;
padding-right: 1em;
}
.v-box {
padding-top: 1em;
padding-bottom: 1em;
}