This commit is contained in:
mrfry 2021-05-29 21:44:08 +02:00
parent c60ace4f9b
commit 602e16046e
18 changed files with 512 additions and 174 deletions

View file

@ -23,7 +23,6 @@ body {
font-family: 'Kameron', serif;
font-family: 'Overpass Mono', monospace;
color: #999999;
cursor: default;
}
#__next {
@ -234,7 +233,7 @@ input:focus {
width: 200px;
height: 30px;
padding: 5px 15px;
margin: 2px 5px;
margin: 2px 2px;
font-size: 15px;
color: var(--text-color);
@ -341,3 +340,9 @@ select:hover {
.seperator {
flex: 1 0;
}
.userId {
text-decoration: none;
font-weight: bold;
color: var(--text-color);
}