This commit is contained in:
nyx 2025-01-31 00:11:20 -06:00
parent fb8f4e2d21
commit 779875c3cb

View file

@ -9,18 +9,18 @@
* {
color: whitesmoke;
background-color: #353935;
}
body {
margin: auto;
max-width: 1100px;
padding: 2em;
height: 100%
}
html {
height: 100%;
background: linear-gradient(234deg, #28282B, #353935);
background: linear-gradient(to left, #28282B, #353935);
}
h1 {