diff --git a/css/base.css b/css/base.css index 5d732bd..3a77bea 100644 --- a/css/base.css +++ b/css/base.css @@ -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 +} diff --git a/css/loader.css b/css/loader.css index 2b7951a..b9c4bfa 100644 --- a/css/loader.css +++ b/css/loader.css @@ -1,6 +1,6 @@ .loader { height: auto; - color: rgba(0, 0, 0, 0); + color: rgba(0, 0, 0, 0) !important; } .loader .dot { diff --git a/html/admin.html b/html/admin.html index fb04f41..00c00d8 100644 --- a/html/admin.html +++ b/html/admin.html @@ -252,7 +252,7 @@