theme improvements

This commit is contained in:
msquare 2021-12-27 22:09:48 +01:00
parent f286373b21
commit fc9fda9e33
1 changed files with 7 additions and 2 deletions

View File

@ -178,6 +178,10 @@ h1, h2, h3, h4, h5 {
letter-spacing: 0.05em;
}
.nav-link {
text-transform: lowercase;
}
.navbar {
background: rgba(0,0,0,0.5);
backdrop-filter: blur(6px);
@ -199,7 +203,8 @@ h1, h2, h3, h4, h5 {
.user-info {
background-color: rgba(0, 0, 0, 0.5);
padding-top: 1em 0;
margin: 1em 0;
padding: 1em 0;
}
.stats {