[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 {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: Georgia, 'Times New Roman', Times, serif;
|
||||
}
|
||||
|
||||
div.container {
|
||||
@ -41,10 +41,26 @@ div.content {
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #1a1b26;
|
||||
color: #a9b1d6;
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #9ece6a;
|
||||
pre {
|
||||
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