-
diff --git a/man.html b/man.html
index b579a31..78828a1 100644
--- a/man.html
+++ b/man.html
@@ -9,6 +9,14 @@
+
diff --git a/css/base.css b/css/base.css index 51d0f70..2314b7c 100644 --- a/css/base.css +++ b/css/base.css @@ -14,6 +14,23 @@ html { min-height: 100vh; } +#pride-banner { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 20px; +} + +.color.red { background-color: rgb(228, 3, 3); height: 16.66%; } +.color.orange { background-color: rgb(255, 140, 0); height: 16.66%; } +.color.yellow { background-color: rgb(255, 237, 0); height: 16.66%; } +.color.green { background-color: rgb(0, 128, 38); height: 16.66%; } +.color.blue { background-color: rgb(0, 76, 255); height: 16.66%; } +.color.purple { background-color: rgb(115, 41, 130); height: 16.66%; } + +header { padding-top: 25px; } + ::selection { background-color: var(--fg-color); color: var(--bg-color); diff --git a/fish.html b/fish.html index 28c25cd..e2651dc 100644 --- a/fish.html +++ b/fish.html @@ -9,6 +9,14 @@
+