diff --git a/global/global.css b/global/global.css index ef7ff5c..dfd5804 100644 --- a/global/global.css +++ b/global/global.css @@ -9,7 +9,7 @@ body { font-size: 16pt; margin: 0; min-height: 100svh; - height: 100svh; + height: fit-content; display: flex; flex-direction: column; align-items: center; @@ -28,3 +28,16 @@ body { border-left: solid 2px #c6a0f6; border-right: solid 2px #c6a0f6; } + +a { + color: #cad3f5; +} + +code { + font-family: "Roboto Mono", monospace; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; + font-size: 12pt; + background-color: #363a4f; +} diff --git a/header/header.css b/header/header.css index 881e5f7..1757764 100644 --- a/header/header.css +++ b/header/header.css @@ -6,6 +6,8 @@ header { font-style: normal; font-size: 14pt; + background-color: #1e2030; + height: 1.5rem; width: calc(100% - 1.5rem); diff --git a/index.html b/index.html index ed3405d..74cc56d 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,22 @@
+ Welcome to my personal kink and gear list webpage! Keep in mind that any + gear listed may or may not be available at any given time (in + particular, clothes may be dirty or consumable items like tape or + diapers may be out of stock). +
+ +
+ Also, if you would like to use this site temeplate for yourself, please
+ go to
+ the git repository to fork it, as well as editing the /gear/gear.json and
+ /kinks/kinks.json to reflect your own kink and gear lists.
+