Update main.css

This commit is contained in:
ruslan 2024-07-26 21:41:59 +02:00 committed by GitHub
parent bb042ae868
commit 5ad12721c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,7 @@
html { html {
background-color: black; background-color: black;
background-image: url("https://mm4rk3t.neocities.org/gif/stars.gif"); background-image: url("https://fruw.org/background.gif");
background-size: 600px;
background-attachment: fixed; background-attachment: fixed;
background-position: center top; background-position: center top;
color: #232333; color: #232333;
@ -135,7 +134,6 @@ pre code {
/* Containers */ /* Containers */
.content { .content {
background-color: black;
margin: auto; margin: auto;
max-width: 800px; max-width: 800px;
padding: 1% 3%; padding: 1% 3%;
@ -242,7 +240,7 @@ body .site-description{
justify-content: space-between; justify-content: space-between;
text-align: left; text-align: left;
display: inline-block; display: inline-block;
background-color: black; background-color: inherit;
} }
.site-description pre ascii{ .site-description pre ascii{