Difference between revisions of "User:Maxcodes/common.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
m (Maxcodes moved page User:Maxcodes/common.css to User:Maxcodes/catppuccin.css: Try to make a theme?)
m (Maxcodes moved page User:Maxcodes/catppuccin.css to User:Maxcodes/common.css over redirect: I don't know how themes work.)
(No difference)

Revision as of 13:08, 16 February 2026

/*
Styles adapted from Catppuccin @catpuccin.com
Style guidelines here: github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md

Light theme used: Latte
Dark theme used: Macchiato
*/

:root {
  --ctp-base: #eff1f5;
  --ctp-text: #4c4f69;
  --ctp-blue: #1e66f5;

  background-color: var(--ctp-base);
  color: var(--ctp-text);
}

a {
  color: var(--ctp-blue);
}