🎨 improved structure massively
🐛 switched mesavirep -> dc.dstn ✨ added bio in card
This commit is contained in:
23
main.css
23
main.css
@@ -1,5 +1,4 @@
|
||||
@charset "UTF-8";
|
||||
/* base - start */
|
||||
|
||||
@font-face {
|
||||
font-family: Comfortaa;
|
||||
@@ -26,13 +25,17 @@
|
||||
/* @formatter:on */
|
||||
|
||||
html * {
|
||||
font-family: Comfortaa, 'Courier New', Courier, monospace;
|
||||
font-family: Comfortaa, 'Verdana Pro', 'Verdana', 'Courier New', Courier, monospace;
|
||||
color: rgb(var(--text));
|
||||
scrollbar-color: rgb(var(--purple)) rgb(var(--mantle));
|
||||
scrollbar-width: auto;
|
||||
z-index: 1 !important;
|
||||
}
|
||||
|
||||
.profile-bio {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
canvas {
|
||||
background-color: var(--base);
|
||||
display: block !important;
|
||||
@@ -85,18 +88,11 @@ main {
|
||||
color: rgb(var(--text));
|
||||
}
|
||||
|
||||
/* base - end */
|
||||
|
||||
|
||||
/* useful stuff - start */
|
||||
|
||||
/* @formatter:off */
|
||||
.no-break { white-space: nowrap; }
|
||||
.no-break * { display: inline; }
|
||||
/* @formatter:on */
|
||||
|
||||
/* useful stuff - end */
|
||||
|
||||
.flexbox {
|
||||
display: inline-block;
|
||||
align-items: center;
|
||||
@@ -115,8 +111,6 @@ main {
|
||||
animation: header_hover_in 0.3125s forwards;
|
||||
}
|
||||
|
||||
/* header stuff - start */
|
||||
|
||||
.header:before {
|
||||
animation: none;
|
||||
}
|
||||
@@ -220,11 +214,6 @@ main {
|
||||
}
|
||||
}
|
||||
|
||||
/* header stuff - end */
|
||||
|
||||
|
||||
/* footer stuff - start */
|
||||
|
||||
.footer:before {
|
||||
animation: none;
|
||||
}
|
||||
@@ -288,5 +277,3 @@ main {
|
||||
to { color: rgb(var(--blue)); }
|
||||
}
|
||||
/* @formatter:on */
|
||||
|
||||
/* footer stuff - end */
|
||||
|
||||
Reference in New Issue
Block a user