styling tweaks

This commit is contained in:
AlecM33
2021-12-28 17:43:59 -05:00
parent f3c04a39f3
commit 60359f66e0
3 changed files with 11 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ th, thead, tr, tt, u, ul, var {
html {
font-family: 'signika-negative', sans-serif !important;
background-color: #0f0f10;
overflow: auto;
}
body {
@@ -32,6 +33,8 @@ body {
align-items: flex-start;
margin: 0 auto;
position: relative;
background-color: #0f0f10;
height: 100vh;
}
.bmc-btn {
@@ -235,8 +238,8 @@ input {
font-family: 'diavlo', sans-serif;
border-radius: 5px;
padding: 2px 5px;
font-size: 18px;
margin: 0 0.5em;
font-size: 19px;
margin: 0 0.75em;
width: fit-content;
}