Skip to content

Instantly share code, notes, and snippets.

View Wintburr's full-sized avatar

Wintburr Wintburr

View GitHub Profile
@Wintburr
Wintburr / yeah.css
Last active January 5, 2025 14:29
Old custom CSS that was in usage for masto.ml; unused for Oomfie City
body {
# font-family: "Comic Sans MS";
overflow: auto;
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: linear-gradient(270deg, #352D58, #1F232B);
@Wintburr
Wintburr / 🤓.css
Last active November 20, 2022 20:17
CSS to make your Mastodon look very rainbow
# I'm gonna be honest it makes things look unreadable and i dunno why you'd use it as is
body {
overflow: auto;
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: linear-gradient(124deg, #ff5136, #a76a42, #c641ab, #3cc453, #1ddde8, #2b1de8, #dd00f3, #dd00f3);