invidious/assets/css/custom.css

19 lines
196 B
CSS
Raw Normal View History

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