aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-04-04 16:00:25 -0500
committerfoswret <foswret@posteo.com>2026-04-04 16:00:25 -0500
commitd87aeb0a4a0973c4161e874eb03bf12fd2f9939b (patch)
tree34456fd3fe1a7a420f78777ea00588ba7c9d76f2 /static/style.css
parente284d708d377b76f7484f9ddd5fd055c2c75f18a (diff)
clean up static/, change README.md
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css10
1 files changed, 3 insertions, 7 deletions
diff --git a/static/style.css b/static/style.css
index dc8c347..30eed92 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,16 +1,12 @@
/* Variable declaration */
:root {
--primary-header-color: black;
- --secondary-header-color: rgb(232, 112, 95);
--bg-color: white;
-
}
html {
/* overflow-y needed for chromium browsers to not shift */
overflow-y: scroll;
- /*background-image: url("/misc021.jpg");*/
- /*background-repeat: repeat;*/
background-color: white;
}
@@ -41,13 +37,12 @@ nav {
/* The image portion of the header */
#right-header {
- background-image: url("/multi055.gif");
+ background-image: url("/bg.gif");
display: flex;
background-repeat: repeat;
- min-width: 25rem;}
+ min-width: 50%;}
#image-gradient {
flex-grow: 1;
- min-height: 0.4rem;
background: linear-gradient(to right, var(--primary-header-color) 0%, var(--primary-header-color) 20%, rgba(255,0,0,0));}
.nav-item {
color: white;}
@@ -72,6 +67,7 @@ img {
max-width: 50%;
display: block;
margin: 0 auto;
+ image-rendering: pixelated;
}