Skip to content

Instantly share code, notes, and snippets.

View My-Random-Thoughts's full-sized avatar
🔗
http://myrandomthoughts.co.uk

My Random Thoughts My-Random-Thoughts

🔗
http://myrandomthoughts.co.uk
View GitHub Profile
@My-Random-Thoughts
My-Random-Thoughts / Uptime-Kuma-Status-Page-Dark-Mode-High-Density-Tweaks.css
Created May 17, 2025 11:54 — forked from brooksvb/Uptime-Kuma-Status-Page-Dark-Mode-High-Density-Tweaks.css
These CSS tweaks are for higher density display for Uptime Kuma status pages in dark mode.
:root {
--min-item-width: 28ch;
--max-item-width: .5fr;
--grid-spacing: .25rem;
--item-padding: .25rem;
}
/* Let items expand on small screens */
@media (max-width: 600px) {
:root {