fix more oddities

This commit is contained in:
Harvey Tindall
2021-12-31 01:51:42 +00:00
parent 0e1cbd7e7b
commit 508168b49e
7 changed files with 38 additions and 34 deletions

View File

@@ -170,10 +170,6 @@ span.sm:not(.heading) {
}
}
.fr {
float: right;
}
.monospace {
background-color: inherit; /* so we can use a17t code blocks */
font-family: Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
@@ -397,6 +393,8 @@ table {
color: var(--color-content);
}
p.top {
margin-top: 0px;
}
@@ -521,3 +519,7 @@ div.card:contains(section.banner.footer) {
.button.discord.\@low:not(.lang-link) {
color: rgba(38, 51, 192, 90%);
}
.pb-0i {
padding-bottom: 0px !important
}