[2024-02-09] Update style, dashed <hr>, serif font, black and white
This commit is contained in:
parent
5788efd1ca
commit
fd408b07ae
@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.container {
|
div.container {
|
||||||
@ -41,10 +41,26 @@ div.content {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #1a1b26;
|
background-color: #ffffff;
|
||||||
color: #a9b1d6;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
pre {
|
||||||
color: #9ece6a;
|
background-color:antiquewhite;
|
||||||
|
padding: 10px 10px 10px 10px;
|
||||||
|
border-radius: 10px;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border: 2px dashed #000000;
|
||||||
|
border-style: none none dashed;
|
||||||
|
color: transparent;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width:100%;
|
||||||
|
max-height:100%;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user