Skip to content

Instantly share code, notes, and snippets.

View jarvis09-yann's full-sized avatar
👋
Suffering (aka reading the documentation)

jarvis09 jarvis09-yann

👋
Suffering (aka reading the documentation)
View GitHub Profile
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active June 30, 2024 01:51
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

@brooksvb
brooksvb / Uptime-Kuma-Status-Page-Dark-Mode-High-Density-Tweaks.css
Last active June 27, 2024 21:01
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 {