From fe8129b37d8b6787920a21f9961316747b62fb30 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 18 Jul 2020 09:28:03 +0100 Subject: Updating stylesheets and about page after receiving feedback. --- bh20simplewebuploader/static/blog.css | 2 +- bh20simplewebuploader/static/main.css | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'bh20simplewebuploader/static') diff --git a/bh20simplewebuploader/static/blog.css b/bh20simplewebuploader/static/blog.css index 3ee8c44..a9e83a4 100644 --- a/bh20simplewebuploader/static/blog.css +++ b/bh20simplewebuploader/static/blog.css @@ -7,7 +7,7 @@ h1,h2 { font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera h2 { color: black; } h3,h4 { color: black; margin:0; } code { color: darkblue; } -body {font-family: Palatino, 'Palatino Linotype', serif; color:black; background-color:white; font-size: large } +body {font-family: Palatino, 'Palatino Linotype', serif; color:black; background-color:white; font-size: large; padding: 10px; } div.verbatim { margin: 30px; color: black; background-color: white; border-style:outset; font-family: palatino font, monospace; font-size:80%; font-weight:bold; } diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index 6e651a4..2f547ad 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -8,7 +8,6 @@ body { margin: 0; } - h1, h2, h3, h4 { font-family: 'Inter', sans-serif; color: #008066; @@ -186,6 +185,10 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } text-align: left; } +.about a { + color: #008066; +} + .about p { // font-weight: 300; color: #505050; @@ -344,6 +347,14 @@ footer { } } +.blog { + margin: 10px; +} + +.blog h2 { + color: black; +} + .blog-table { display: table; width: 100%; -- cgit v1.2.3