Difference between revisions of "User:Maxcodes/common.css"
m (test) |
(link color) |
||
| Line 7: | Line 7: | ||
*/ | */ | ||
| − | + | :root { | |
| − | --base: #eff1f5; | + | --ctp-base: #eff1f5; |
| − | --text: #4c4f69; | + | --ctp-text: #4c4f69; |
| + | --ctp-blue: #1e66f5; | ||
| − | background-color: var(--base); | + | background-color: var(--ctp-base); |
| − | color: var(--text); | + | color: var(--ctp-text); |
| − | color: | + | } |
| + | |||
| + | a { | ||
| + | color: var(--ctp-blue); | ||
} | } | ||
Revision as of 13:02, 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);
}
