Load CSS correctly

This commit is contained in:
Neo_Chen 2020-04-21 08:56:02 +08:00
parent 5fdbe87a39
commit 6b2868798f
2 changed files with 4 additions and 7 deletions

View File

@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>NeoNetwork</title>
<link rel="stylesheet" type="text/css" href="/neostyle.css" />
<link rel="icon" href="/icon.png" />
<link rel="stylesheet" type="text/css" href="neostyle.css" />
<link rel="icon" href="icon.png" />
</head>
<body>

View File

@ -41,6 +41,7 @@ h2 {
.mono, code {
font-family: monospace;
font-size:12pt;
background-color: #fff;
}
.msrf {
@ -51,7 +52,7 @@ h2 {
.srf, p {
font-family: serif;
font-size:9pt;
font-size:12pt;
}
.srfb {
@ -93,7 +94,3 @@ table, th, td {
border-style: solid;
border-width: 2px;
}
.whitebg {
background-color: #fff;
}