mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Fixed window sizing issues
This commit is contained in:
@@ -23,6 +23,8 @@ body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: Inter, system-ui, sans-serif;
|
||||
/* font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif; */
|
||||
/* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; */
|
||||
color: white;
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
@@ -47,7 +49,7 @@ body {
|
||||
|
||||
.setting-description {
|
||||
font-size: 0.9em;
|
||||
font-weight: 200;
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
.setting-attribute {
|
||||
|
||||
Reference in New Issue
Block a user