2021-04-18 15:22:42 +00:00
|
|
|
:root {
|
|
|
|
--active-note: #9e00ff;
|
2021-05-30 19:18:15 +00:00
|
|
|
--active-note-rgb: 158, 0, 255;
|
2021-05-21 16:20:01 +00:00
|
|
|
--foreground-text: #f06e2f;
|
2021-04-18 15:22:42 +00:00
|
|
|
--foreground-text-rgb: 240, 110, 47;
|
|
|
|
--internal-link-rgb: 245, 164, 134;
|
|
|
|
--background: #eaf1ca;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-foreground-text {
|
2021-05-21 15:22:30 +00:00
|
|
|
background-color: var(--foreground-text);
|
2021-04-18 15:22:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.b--foreground-text {
|
2021-05-21 15:22:30 +00:00
|
|
|
border-color: var(--foreground-text);
|
2021-04-18 15:22:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.foreground-text {
|
2021-05-21 15:22:30 +00:00
|
|
|
color: var(--foreground-text);
|
2021-04-18 15:22:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bg-background {
|
2021-05-21 15:22:30 +00:00
|
|
|
background-color: var(--background);
|
2021-04-18 15:22:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.b--background {
|
2021-05-21 15:22:30 +00:00
|
|
|
border-color: var(--background);
|
2021-04-18 15:22:42 +00:00
|
|
|
}
|