Merged with news-to-forum, ranklist viewing user always first

This commit is contained in:
mrfry 2021-04-13 14:17:30 +02:00
commit 6865b07bf8
5 changed files with 246 additions and 136 deletions

View file

@ -4,6 +4,7 @@
--bright-color: #f2f2f2;
--background-color: #222426;
--hoover-color: #393939;
--dark-color: #191919;
}
@import url('https://fonts.googleapis.com/css2?family=Kameron&family=Overpass+Mono:wght@300;400&display=swap');
@ -44,6 +45,12 @@ input {
border-radius: 5px;
width: 80%;
font-family: inherit;
border: 1px solid #444;
width: 98%;
}
input:focus {
border: 0px solid #444;
}
.link {