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");
|
|
|
|
|
--primary-color: #800;
|
|
|
|
|
--secondary-color: #fca;
|
|
|
|
|
--text-color-on-primary: #fff;
|
|
|
|
|
--text-color-on-secondary: #800;
|
2024-03-01 20:42:21 +01:00
|
|
|
--text-color-on-secondary-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-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");
|
|
|
|
|
--primary-color: #98e;
|
|
|
|
|
--secondary-color: #98e;
|
|
|
|
|
--text-color-on-primary: #000;
|
|
|
|
|
--text-color-on-secondary: #000;
|
2024-03-01 20:42:21 +01:00
|
|
|
--text-color-on-secondary-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-01 13:18:01 +01:00
|
|
|
}
|