invidious/assets/css/custom.css

19 lines
196 B
CSS
Raw Normal View History

a {
2018-03-11 10:05:56 -07:00
color: #333;
text-decoration: none;
2018-01-07 09:43:13 -08:00
}
a:hover,
a:active {
2018-03-11 10:05:56 -07:00
color: #167ac6;
}
2018-03-12 16:37:01 -07:00
.h-box {
padding-left: 1em;
padding-right: 1em;
2018-03-11 10:05:56 -07:00
}
2018-03-12 16:37:01 -07:00
.v-box {
padding-top: 1em;
padding-bottom: 1em;
}