Go darker.

This commit is contained in:
Flancian 2021-01-26 00:21:38 +01:00
parent 5d7bb9104b
commit abc70ce47a
2 changed files with 12 additions and 11 deletions

View file

@ -18,7 +18,7 @@
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap');
html { font-family: 'Noto Sans', sans-serif} html { font-family: 'Noto Sans', sans-serif}
body { background: #101010; color: #bfbfbf; overflow-x: hidden;} body { background: #000000; color: #bfbfbf; overflow-x: hidden;}
a { color: #9fc6e0; } a { color: #9fc6e0; }
h1, h2 { color: #bfbfbf; } h1, h2 { color: #bfbfbf; }
h1, h2 { font-family: 'Merriweather Sans'; margin-top: 0.2em; margin-bottom: 0.2em;} h1, h2 { font-family: 'Merriweather Sans'; margin-top: 0.2em; margin-bottom: 0.2em;}
@ -57,7 +57,7 @@ nav { font-family: sans-serif}
} }
.subnode { .subnode {
background: #1f1f1f; background: #101010;
color: #cfcfcf; color: #cfcfcf;
padding: 0.5em; padding: 0.5em;
margin-bottom: 10px; margin-bottom: 10px;
@ -88,7 +88,7 @@ nav { font-family: sans-serif}
.subnode-footer { .subnode-footer {
font-style: italic; font-style: italic;
width: 100%; width: 100%;
background: #2f2f2f; background: #1f1f1f;
color: #cfcfcf; color: #cfcfcf;
margin-bottom: 10px; margin-bottom: 10px;
border-radius: 10px; border-radius: 10px;
@ -103,7 +103,7 @@ nav { font-family: sans-serif}
.links { .links {
width: 100%; width: 100%;
display: flex; display: flex;
background: #161616; background: #080808;
color: #cfcfcf; color: #cfcfcf;
padding: 0.5em; padding: 0.5em;
margin-bottom: 10px; margin-bottom: 10px;
@ -118,18 +118,18 @@ nav { font-family: sans-serif}
.pushlinks { .pushlinks {
width: 20%; width: 20%;
background: #161616; background: #080808;
color: #cfcfcf; color: #cfcfcf;
} }
.pulllinks { .pulllinks {
width: 20%; width: 20%;
background: #161616; background: #080808;
color: #cfcfcf; color: #cfcfcf;
} }
.forwardlinks { .forwardlinks {
background: #161616; background: #080808;
width: 50%; width: 50%;
} }
@ -149,7 +149,7 @@ nav { font-family: sans-serif}
.search { .search {
width: 100%; width: 100%;
display: flex; display: flex;
background: #161616; background: #080808;
color: #cfcfcf; color: #cfcfcf;
padding: 0.5em; padding: 0.5em;
margin-bottom: 10px; margin-bottom: 10px;
@ -170,7 +170,7 @@ nav { font-family: sans-serif}
} }
.search-internet { .search-internet {
background: #161616; background: #080808;
float: left; float: left;
width: 35%; width: 35%;
} }
@ -183,7 +183,7 @@ nav { font-family: sans-serif}
.listing { .listing {
display: inline-block; display: inline-block;
background: #161616; background: #080808;
color: #cfcfcf; color: #cfcfcf;
padding: 0.5em; padding: 0.5em;
margin-bottom: 10px; margin-bottom: 10px;
@ -193,6 +193,7 @@ nav { font-family: sans-serif}
.wikilink-marker { .wikilink-marker {
/* deemphasize */ /* deemphasize */
font-weight: lighter; font-weight: lighter;
color: #808080;
} }
/* hypothes.is /* hypothes.is

View file

@ -27,7 +27,7 @@
<meta name="HandheldFriendly" content="True" /> <meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='css/screen-dark.css')}}?uncached2" id="theme-link" /> <link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='css/screen-dark.css')}}?uncached3" id="theme-link" />
<script type=text/javascript src="{{url_for('static', filename='js/main.js')}}"></script> <script type=text/javascript src="{{url_for('static', filename='js/main.js')}}"></script>
<!-- considering this way of integrating hypothesis, although I like "standard" (sidebar) mode. <!-- considering this way of integrating hypothesis, although I like "standard" (sidebar) mode.
<script type="application/json" class="js-hypothesis-config"> <script type="application/json" class="js-hypothesis-config">