mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 15:20:40 +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
|
* Released to public domain
|
||||||
*/
|
*/
|
||||||
html {
|
html {
|
||||||
font-family: monospace;
|
|
||||||
font-size:12pt;
|
|
||||||
border-width: 4pt;
|
border-width: 4pt;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
background-color:#c0c0c0;
|
background-color:#c0c0c0;
|
||||||
color:black;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background-color:#c0c0c0;
|
|
||||||
color:black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -92,3 +84,7 @@ img {
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.whitebg, pre{
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue