diff options
author | Pjotr Prins | 2020-05-31 07:19:59 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-06-12 05:02:29 -0500 |
commit | 2af81553983ea1526292463e7a1747b761a7a9a1 (patch) | |
tree | 6d800603662f57da8418a995048a930f11ebbe53 /bh20simplewebuploader/static/main.css | |
parent | 4ad16b28f22cb310a2fd4490e38f335827d21f52 (diff) | |
download | bh20-seq-resource-2af81553983ea1526292463e7a1747b761a7a9a1.tar.gz bh20-seq-resource-2af81553983ea1526292463e7a1747b761a7a9a1.tar.lz bh20-seq-resource-2af81553983ea1526292463e7a1747b761a7a9a1.zip |
Removing external CSS dependency
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index 1003719..cadb9a5 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -20,7 +20,7 @@ h1 { .intro { color: #505050; - font-weight: 300; + // font-weight: 300; } .header { @@ -182,7 +182,7 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; } } .about p { - font-weight: 300; + // font-weight: 300; color: #505050; } |