mirror of
https://github.com/fruworg/themu.git
synced 2025-01-18 08:50:51 +03:00
Update main.css
This commit is contained in:
parent
20a061f3ec
commit
9bb7c9f44c
@ -1,20 +1,24 @@
|
||||
:root{
|
||||
--maincolor: peachpuff;
|
||||
--maincolor: white;
|
||||
}
|
||||
|
||||
html {
|
||||
background-image: url("https://cache.teia.rocks/ipfs/QmX5JJBtzYcG8y2DGwnw6SmxNMba6nujgVh75CMHp5rc8A");
|
||||
background-size: 800px;
|
||||
background-attachment: fixed;
|
||||
background-position: center top;
|
||||
color: #232333;
|
||||
font-family: monospace;
|
||||
font-size: 15px;
|
||||
line-height: 1.6em;
|
||||
scrollbar-color: var(--maincolor) black;
|
||||
scrollbar-width: thin;
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
body{
|
||||
display: block;
|
||||
margin: 8px;
|
||||
background-color: black;
|
||||
margin: 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -45,11 +49,13 @@ a {
|
||||
border-bottom: 3px solid var(--maincolor);
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background-color: var(--maincolor);
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
ul {
|
||||
@ -130,11 +136,15 @@ pre code {
|
||||
|
||||
/* Containers */
|
||||
.content {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: black;
|
||||
margin: auto;
|
||||
max-width: 800px;
|
||||
padding: 0 1ch;
|
||||
padding: 20px 50px;
|
||||
word-wrap: break-word;
|
||||
border-style: solid;
|
||||
border-bottom-width: 0;
|
||||
border-top-width: 0;
|
||||
border-color: var(--maincolor);
|
||||
}
|
||||
|
||||
/* Header */
|
||||
@ -268,8 +278,8 @@ code {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 3.5px;
|
||||
height: 3.5px;
|
||||
width: 3px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
|
Loading…
x
Reference in New Issue
Block a user