aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
authorPjotr Prins2020-05-14 11:05:02 -0500
committerPjotr Prins2020-05-14 11:05:02 -0500
commit3ff39327fd531444817a2ce54c37c0bd59752226 (patch)
tree539793db272fb4f35a30244d2f408b9e243ca3f9 /bh20simplewebuploader/static
parent1949ee250b9f5ffbe7bfac0d9cb3361ea08aec1c (diff)
downloadbh20-seq-resource-3ff39327fd531444817a2ce54c37c0bd59752226.tar.gz
bh20-seq-resource-3ff39327fd531444817a2ce54c37c0bd59752226.tar.lz
bh20-seq-resource-3ff39327fd531444817a2ce54c37c0bd59752226.zip
main.css: change color to darker
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index c881253..1bb9c8e 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -10,7 +10,7 @@ body {
h1, h2, h3, h4 {
font-family: 'Inter', sans-serif;
- color: #0ED1CD;
+ color: #008066;
}
h1 {
@@ -68,7 +68,7 @@ form h4 {
.button {
border-radius: 5px;
- background: #0ED1CD;
+ background: #B2F8F8;
margin: 0.3em auto;
padding: 0.4em;
}
@@ -125,7 +125,7 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
}
a {
- color: #40DBD8;
+ color: #008066;
font-weight: 700;
}