about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPjotr Prins2020-05-31 07:19:59 -0500
committerPjotr Prins2020-06-12 05:02:29 -0500
commit2af81553983ea1526292463e7a1747b761a7a9a1 (patch)
tree6d800603662f57da8418a995048a930f11ebbe53
parent4ad16b28f22cb310a2fd4490e38f335827d21f52 (diff)
downloadbh20-seq-resource-2af81553983ea1526292463e7a1747b761a7a9a1.tar.gz
bh20-seq-resource-2af81553983ea1526292463e7a1747b761a7a9a1.tar.lz
bh20-seq-resource-2af81553983ea1526292463e7a1747b761a7a9a1.zip
Removing external CSS dependency
-rw-r--r--bh20simplewebuploader/static/main.css4
-rw-r--r--bh20simplewebuploader/templates/header.html1
-rw-r--r--bh20simplewebuploader/templates/org-header.html1
3 files changed, 2 insertions, 4 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;
 }
 
diff --git a/bh20simplewebuploader/templates/header.html b/bh20simplewebuploader/templates/header.html
index 6e326ee..5c0e1a0 100644
--- a/bh20simplewebuploader/templates/header.html
+++ b/bh20simplewebuploader/templates/header.html
@@ -1,6 +1,5 @@
     <head>
         <meta charset="UTF-8">
-        <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
         <link href="/static/main.css" rel="stylesheet" type="text/css">
         <meta name="viewport" content="width=device-width, initial-scale=1">
         <title>COVID-19 PubSeq: Public SARS-CoV-2 Sequence Resource</title>
diff --git a/bh20simplewebuploader/templates/org-header.html b/bh20simplewebuploader/templates/org-header.html
index b0e60c8..fa46e78 100644
--- a/bh20simplewebuploader/templates/org-header.html
+++ b/bh20simplewebuploader/templates/org-header.html
@@ -1,5 +1,4 @@
 <head>
-  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
   <link href="/static/main.css" rel="stylesheet" type="text/css">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Web uploader for Public SARS-CoV-2 Sequence Resource</title>