20251130093917 push
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
body {
|
||||
background-attachment: fixed;
|
||||
background-image: linear-gradient(180deg, #282a33, #202020);
|
||||
background-color: #202020;
|
||||
color: #f9f9f9;
|
||||
margin: 1em auto;
|
||||
max-width: 80ch;
|
||||
max-width: 90ch;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
@@ -81,19 +81,17 @@ pre {
|
||||
border-radius: 25px;
|
||||
padding: 1em 1.5em;
|
||||
}
|
||||
#TOC {
|
||||
position: relative;
|
||||
}
|
||||
#TOC:before {
|
||||
content: 'Table of Contents';
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
position: relative;
|
||||
}
|
||||
.date {
|
||||
color: grey;
|
||||
}
|
||||
.ssbr {
|
||||
display: none;
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
.ssbr {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
|
||||
Reference in New Issue
Block a user