Revert some erroneous changes in commit

Not sure what happened there
This commit is contained in:
Monty 2021-09-11 23:01:23 +02:00
parent 56078dc5e6
commit 2259c00680
No known key found for this signature in database
GPG Key ID: 78B405B6520E1012

View File

@ -6,6 +6,7 @@
--btn: #673DB6;
--btn-secondary: #333960;
--theme: var(--btn);
--theme-light: #A185D6;
--text-secondary-2: #8990C1;
}
@ -16,12 +17,10 @@ body {
body, .main-body {
width: 100%;
max-width: 100vw;
position: relative;
margin: 0;
color: var(--text);
display: flex;
justify-content: center;
font-family: Poppins, Arial;
font-family: Poppins, Arial, Helvetica, sans-serif;
overflow-x: hidden;
}
@ -46,6 +45,7 @@ body, .main-body {
.wrapper {
width: 95%;
max-width: 1590px;
margin: 0 auto;
}
h1.dot:not([data-title-suffix]):after, h2.dot:not([data-title-suffix]):after {
@ -222,7 +222,7 @@ img.emoji {
-webkit-appearance: none;
border: 0;
border-radius: 6px;
font-family: Poppins;
font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1rem;
color: var(--text);
}