updates
This commit is contained in:
@ -7,29 +7,12 @@ CC BY-NC 4.0
|
||||
body {
|
||||
background: #141729;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
embed,
|
||||
iframe,
|
||||
object {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
font-size: 35px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
@ -60,6 +43,19 @@ h6{
|
||||
font-size: 5px;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
embed,
|
||||
iframe,
|
||||
object {
|
||||
max-width: 100%;
|
||||
}
|
||||
img.avatar {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
@ -114,7 +110,7 @@ hr.major {
|
||||
margin: 3em 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
blockquote{
|
||||
border-left: solid 6px #121212;
|
||||
font-style: italic;
|
||||
margin: 0 0 2em 0;
|
||||
@ -131,22 +127,6 @@ code {
|
||||
padding: 0.25em 0.65em;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: #fff;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
font-family: "Courier New", monospace;
|
||||
font-size: 0.9em;
|
||||
margin: 0 0 2em 0;
|
||||
}
|
||||
|
||||
pre code {
|
||||
color: #fff;
|
||||
display: block;
|
||||
line-height: 1.75em;
|
||||
padding: 1em 1.5em;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #fff;
|
||||
font-family: monospace, monospace;
|
||||
|
Reference in New Issue
Block a user