fix profbadge padding on mobile, add unused detail stylings

This commit is contained in:
2023-01-03 20:05:19 +01:00
parent c85bf3cae5
commit e1c5dcef96
3 changed files with 8 additions and 4 deletions

View File

@@ -52,6 +52,8 @@
.statscontainer {
background: var(--black1);
box-shadow: var(--shadow0);
// background-image: radial-gradient(rgba(white, 3%) 0.8px, var(--black1) 0.8px);
// background-size: 8px 8px;
}
.stats {
display: flex;

View File

@@ -3,7 +3,7 @@
--black0: #121212;
--black1: #1a1a1a;
--black2: #2c2c2c;
--black3: #1d1d1d;
--black3: #3d3d3d;
--white0: #eee;
--grey: #444;
--accent: #61f2ea;