2021-12-30 22:40:57 +00:00
|
|
|
.love-dark {
|
|
|
|
--border-radius: 8px;
|
2022-01-31 11:08:54 +00:00
|
|
|
--border-size: 2px;
|
2021-12-30 22:40:57 +00:00
|
|
|
--foreground-1: #f2efff;
|
|
|
|
--foreground-2: #e6deff;
|
|
|
|
--background-1: #1f1731;
|
|
|
|
--background-2: #2a2041;
|
2022-01-14 19:11:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.love-light {
|
|
|
|
--foreground-1: #1f1731;
|
|
|
|
--foreground-2: #2a2041;
|
|
|
|
--background-1: #f2efff;
|
|
|
|
--background-2: #e6deff;
|
2021-12-30 22:40:57 +00:00
|
|
|
}
|