diff options
author | Pjotr Prins | 2020-07-18 09:28:03 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-18 09:28:36 +0100 |
commit | fe8129b37d8b6787920a21f9961316747b62fb30 (patch) | |
tree | cad53f7dcbfedd419b9a91254b5d887531fcbf86 /bh20simplewebuploader/static/main.css | |
parent | 6e6afb4b6be3f2f2c1b8b56d85d8c2089f709d26 (diff) | |
download | bh20-seq-resource-fe8129b37d8b6787920a21f9961316747b62fb30.tar.gz bh20-seq-resource-fe8129b37d8b6787920a21f9961316747b62fb30.tar.lz bh20-seq-resource-fe8129b37d8b6787920a21f9961316747b62fb30.zip |
Updating stylesheets and about page after receiving feedback.
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 13 |
1 files changed, 12 insertions, 1 deletions
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%; |