bidict/assets/custom.css

17 lines
350 B
CSS
Raw Normal View History

h1, h2, h3, h4, h5 {
font-weight: bold !important;
2016-07-04 03:29:24 +00:00
}
2016-08-02 22:02:08 +00:00
ul.simple li {
margin-bottom: 8px;
}
/* Can remove this when https://github.com/bitprophet/alabaster/pull/125 lands */
a.image-reference:hover {
border-bottom: 0 !important;
2016-08-02 22:02:08 +00:00
}
2018-02-13 12:13:24 +00:00
#status img {
max-width: 130px; /* override the inherited max-width: 100% in case a badge fails to load */
}