homepage: updated CSS

This commit is contained in:
Neo_Chen 2020-04-27 15:33:44 +08:00
parent b9642babce
commit 67623ac485
1 changed files with 4 additions and 8 deletions

View File

@ -3,17 +3,9 @@
* Released to public domain
*/
html {
font-family: monospace;
font-size:12pt;
border-width: 4pt;
border-style: solid;
background-color:#c0c0c0;
color:black;
}
body {
background-color:#c0c0c0;
color:black;
}
h1 {
@ -92,3 +84,7 @@ img {
max-width: 100vw;
width: 100%;
}
.whitebg, pre{
background-color: #fff;
}