2024-02-28 21:18:37 +01:00
|
|
|
:root .yotsuba {
|
|
|
|
|
--background-color: #ffe;
|
|
|
|
|
--background-fade: url("/public/assets/background-fade.png");
|
2024-02-29 16:31:46 +01:00
|
|
|
--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");
|
2024-02-29 16:31:46 +01:00
|
|
|
--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
|
|
|
}
|