Files
5chan/src/themes.css
T

57 lines
1.7 KiB
CSS
Raw Normal View History

2024-02-28 21:18:37 +01:00
:root .yotsuba {
2024-03-01 13:18:01 +01:00
--background-base-color: #ffe;
--background-pattern-image: url("/public/assets/background-fade.png");
2024-03-15 22:42:13 +01:00
--color1: #800;
--color2: #fca;
--color3: #fed;
--text-color: maroon;
--text-color-on-color1: #fff;
--text-color-on-color2: #800;
--text-color-on-color2-hover: #c63;
2024-03-01 13:18:01 +01:00
--text-color-standard: #000;
--text-color-inverse: #fff;
--background-text-color: #fff;
2024-03-01 20:42:21 +01:00
--external-link-text-color: #00f;
--external-link-text-decoration: underline;
--internal-link-text-color: #800;
--internal-link-text-color-hover: #e00;
--internal-link-text-decoration: none;
--internal-link-text-decoration-hover: underline;
2024-03-15 22:42:13 +01:00
--box-border-color: #800;
2024-02-28 21:18:37 +01:00
}
:root .yotsuba-b {
2024-03-01 13:18:01 +01:00
--background-base-color: #eef2ff;
--background-pattern-image: url("/public/assets/background-fade-blue.png");
2024-03-15 22:42:13 +01:00
--color1: #98e;
--color2: #98e;
--color3: #eef2ff;
--text-color: #000;
--text-color-on-color1: #000;
--text-color-on-color2: #000;
--text-color-on-color2-hover: #fff;
2024-03-01 13:18:01 +01:00
--text-color-standard: #000;
--text-color-inverse: #fff;
--background-text-color: #fff;
2024-03-01 20:42:21 +01:00
--external-link-text-color: #00f;
--external-link-text-decoration: underline;
--internal-link-text-color: #34345c;
--internal-link-text-color-hover: #d00;
--internal-link-text-decoration: none;
--internal-link-text-decoration-hover: underline;
2024-03-15 22:42:13 +01:00
--box-border-color: #000;
2024-03-01 13:18:01 +01:00
}
2024-03-15 22:42:13 +01:00
:root .tomorrow {
--background-base-color: #1d1f21;
--background-pattern-image: none;
--color1: rgb(33, 35, 38);
--color2: rgb(33, 35, 38);
--text-color: #c5c8c6;
--text-color-standard: #c5c8c6;
--text-color-on-color1: #c5c8c6;
--text-color-on-color2: #c5c8c6;
--text-color-on-color3: #c5c8c6;
--background-text-color: #282a2e;
--box-border-color: rgb(45, 47, 51);
}