Files
5chan/src/themes.css
T

21 lines
514 B
CSS
Raw Normal View History

2024-02-28 21:18:37 +01:00
:root .yotsuba {
--background-color: #ffe;
--background-fade: url("/public/assets/background-fade.png");
--color-primary: #800;
--text-primary: #fff;
--text-black: #000;
--text-white: #fff;
--text-background: #fff;
--text-link: #00f;
2024-02-28 21:18:37 +01:00
}
:root .yotsuba-b {
--background-color: #eef2ff;
--background-fade: url("/public/assets/background-fade-blue.png");
--color-primary: #98e;
--text-primary: #000;
--text-black: #000;
--text-white: #fff;
--text-background: #fff;
--text-link: #00f;
2024-02-28 21:18:37 +01:00
}