mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Update main.css
This commit is contained in:
parent
bb042ae868
commit
5ad12721c9
@ -4,8 +4,7 @@
|
||||
|
||||
html {
|
||||
background-color: black;
|
||||
background-image: url("https://mm4rk3t.neocities.org/gif/stars.gif");
|
||||
background-size: 600px;
|
||||
background-image: url("https://fruw.org/background.gif");
|
||||
background-attachment: fixed;
|
||||
background-position: center top;
|
||||
color: #232333;
|
||||
@ -135,7 +134,6 @@ pre code {
|
||||
|
||||
/* Containers */
|
||||
.content {
|
||||
background-color: black;
|
||||
margin: auto;
|
||||
max-width: 800px;
|
||||
padding: 1% 3%;
|
||||
@ -242,7 +240,7 @@ body .site-description{
|
||||
justify-content: space-between;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
background-color: black;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.site-description pre ascii{
|
||||
|
Loading…
Reference in New Issue
Block a user