mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 14:40:41 +08:00
homepage: updated CSS
This commit is contained in:
parent
b9642babce
commit
67623ac485
1 changed files with 4 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue