about summary refs log tree commit diff
path: root/static/style.css
diff options
context:
space:
mode:
authorPjotr Prins2026-03-27 11:12:54 +0100
committerPjotr Prins2026-03-27 11:12:54 +0100
commitd91a3a5876200f011085a739ab82315f0d8eff70 (patch)
treef2ba1ef08a0decf88216a741b210a544b935bcb4 /static/style.css
parentc70a27ae64463eac43f0e4421e9d8cce9d4200ba (diff)
parent8065e026dc1b410e167eacbb7545c07abdf3b543 (diff)
downloadgenecup-d91a3a5876200f011085a739ab82315f0d8eff70.tar.gz
Merge branch 'tux02-master'
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index d4cc2ee..3030424 100644
--- a/static/style.css
+++ b/static/style.css
@@ -72,3 +72,40 @@ a:active {
 ul {
   margin-left:40px;
 }
+
+.main { 
+  min-height: 70vh;
+  padding-bottom: 100px;
+}
+
+.navbar {
+  background-color: #336699;
+  border-color: #080808;
+}
+
+body 
+{
+}
+
+.footer {
+     color: black;
+     background-color: #f5f5f5;
+     border-color: #080808;
+     font-size: small;
+     padding: 3px 0;
+     position: absolute;
+     left: 0;
+     bottom: 0;
+     width: 100%;
+}
+
+.footer a {
+     text-decoration: none;
+     transition: color 0.3s ease;
+     color: #1e87f0;
+     cursor: pointer;
+}
+
+.footer a:hover {
+     color: #adb5bd;
+}