Update fonts in dark css.
This commit is contained in:
parent
d2a029c8ed
commit
f86bf64385
1 changed files with 7 additions and 6 deletions
|
@ -14,13 +14,18 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body { font-family: sans-serif; background: #101010; color: #bfbfbf}
|
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap');
|
||||||
|
|
||||||
|
html { font-family: 'Noto Sans', sans-serif}
|
||||||
|
body { background: #101010; color: #bfbfbf}
|
||||||
a { color: #9fc6e0; }
|
a { color: #9fc6e0; }
|
||||||
h1, h2 { color: #bfbfbf; }
|
h1, h2 { color: #bfbfbf; }
|
||||||
h1, h2 { font-family: serif; margin-top: 0.2em; margin-bottom: 0.2em;}
|
h1, h2 { font-family: 'Merriweather Sans'; margin-top: 0.2em; margin-bottom: 0.2em;}
|
||||||
h1 { font-size: 1.7em; }
|
h1 { font-size: 1.7em; }
|
||||||
h2 { font-size: 1.2em; }
|
h2 { font-size: 1.2em; }
|
||||||
|
|
||||||
|
nav { font-family: sans-serif}
|
||||||
.page { margin: 2em auto; width: 35em; border: 5px solid #ccc;
|
.page { margin: 2em auto; width: 35em; border: 5px solid #ccc;
|
||||||
padding: 0.8em; background: white; }
|
padding: 0.8em; background: white; }
|
||||||
.entries { list-style: none; margin: 0; padding: 0; }
|
.entries { list-style: none; margin: 0; padding: 0; }
|
||||||
|
@ -52,7 +57,6 @@ h2 { font-size: 1.2em; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.subnode {
|
.subnode {
|
||||||
font-family: sans-serif;
|
|
||||||
background: #1f1f1f;
|
background: #1f1f1f;
|
||||||
color: #cfcfcf;
|
color: #cfcfcf;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
@ -61,7 +65,6 @@ h2 { font-size: 1.2em; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.not-found {
|
.not-found {
|
||||||
font-family: sans-serif;
|
|
||||||
background: #2f1f1f;
|
background: #2f1f1f;
|
||||||
color: #cfcfcf;
|
color: #cfcfcf;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
@ -81,7 +84,6 @@ h2 { font-size: 1.2em; }
|
||||||
|
|
||||||
.links {
|
.links {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-family: sans-serif;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
background: #161616;
|
background: #161616;
|
||||||
color: #cfcfcf;
|
color: #cfcfcf;
|
||||||
|
@ -129,7 +131,6 @@ h2 { font-size: 1.2em; }
|
||||||
.listing {
|
.listing {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: #161616;
|
background: #161616;
|
||||||
font-family: sans-serif;
|
|
||||||
color: #cfcfcf;
|
color: #cfcfcf;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue