mirror of
https://github.com/fruworg/themu.git
synced 2025-01-29 21:28:01 +03:00
Compare commits
7 Commits
bb042ae868
...
7eb486c888
Author | SHA1 | Date | |
---|---|---|---|
7eb486c888 | |||
18dd97fd41 | |||
2bc71bdb71 | |||
ce9960186f | |||
f5c6dbd852 | |||
7ec1e1972c | |||
5ad12721c9 |
@ -4,10 +4,10 @@
|
||||
|
||||
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;
|
||||
background-repeat: no-repeat;
|
||||
color: #232333;
|
||||
font-family: monospace;
|
||||
font-size: 15px;
|
||||
@ -135,7 +135,6 @@ pre code {
|
||||
|
||||
/* Containers */
|
||||
.content {
|
||||
background-color: black;
|
||||
margin: auto;
|
||||
max-width: 800px;
|
||||
padding: 1% 3%;
|
||||
@ -161,7 +160,7 @@ header .main {
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 1.2rem;
|
||||
margin-top: 2em;
|
||||
margin-top: 1.7em;
|
||||
}
|
||||
|
||||
h1::before { color: var(--maincolor); content: '# '; }
|
||||
@ -242,7 +241,7 @@ body .site-description{
|
||||
justify-content: space-between;
|
||||
text-align: left;
|
||||
display: inline-block;
|
||||
background-color: black;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.site-description pre ascii{
|
||||
|
@ -2,5 +2,6 @@
|
||||
{{ "Добро пожаловать на мой веб-сайт!" | safeHTML }}
|
||||
{{ "Сайт сделан на HUGO, тема - themu" | safeHTML }}
|
||||
{{ "Контент лицензирован под СС BY-SA" | safeHTML }}
|
||||
{{ "ASCII-арт взят с сайта asciiart.eu" | safeHTML }}
|
||||
{{ "ASCII-text made with patjork.com" | safeHTML }}
|
||||
{{ "./background.gif by A. L. Crego" | safeHTML }}
|
||||
{{ "-->" | safeHTML }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user