about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
authorPjotr Prins2024-06-24 01:31:49 -0500
committerPjotr Prins2024-06-24 01:31:49 -0500
commitc74739ad59abc0f99c213119964fa2c941c1ed31 (patch)
treeffe27086d128f2413eeb7bcd3448c8c4be031128 /static
parent5b6f0991a24836a9d1b0eec90c0bc11a331c3b2a (diff)
downloadgenecup-master.tar.gz
Header and footer in GN color scheme HEAD master
Diffstat (limited to 'static')
-rw-r--r--static/style.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/static/style.css b/static/style.css
index 0633cdc..3030424 100644
--- a/static/style.css
+++ b/static/style.css
@@ -78,14 +78,19 @@ ul {
   padding-bottom: 100px;
 }
 
+.navbar {
+  background-color: #336699;
+  border-color: #080808;
+}
+
 body 
 {
-  // display: flex;
-  // flex-direction: column;
 }
 
 .footer {
-     color: white;
+     color: black;
+     background-color: #f5f5f5;
+     border-color: #080808;
      font-size: small;
      padding: 3px 0;
      position: absolute;
@@ -95,9 +100,10 @@ body
 }
 
 .footer a {
-     color: yellow; 
      text-decoration: none;
      transition: color 0.3s ease;
+     color: #1e87f0;
+     cursor: pointer;
 }
 
 .footer a:hover {