diff --git a/app/static/css/screen-dark.css b/app/static/css/screen-dark.css index ae26d90..279a2f1 100644 --- a/app/static/css/screen-dark.css +++ b/app/static/css/screen-dark.css @@ -18,7 +18,7 @@ @import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap'); html { font-family: 'Noto Sans', sans-serif} -body { background: #101010; color: #bfbfbf} +body { background: #101010; color: #bfbfbf; overflow-x: hidden;} a { color: #9fc6e0; } h1, h2 { color: #bfbfbf; } h1, h2 { font-family: 'Merriweather Sans'; margin-top: 0.2em; margin-bottom: 0.2em;} diff --git a/app/static/css/screen-light.css b/app/static/css/screen-light.css index 27722b4..a7303e7 100644 --- a/app/static/css/screen-light.css +++ b/app/static/css/screen-light.css @@ -14,7 +14,7 @@ * limitations under the License. */ -body { font-family: sans-serif; background: #eee; } +body { font-family: sans-serif; background: #eee; overflow-x: hidden;} a, h1, h2 { color: #377ba8; } h1, h2 { font-family: 'Georgia', serif; margin: 0; } h1 { border-bottom: 2px solid #eee; }