mirror of
https://github.com/crishood/nota-limonada-light.git
synced 2026-07-22 04:10:26 +00:00
47 lines
847 B
CSS
47 lines
847 B
CSS
body {
|
|
--radius-s: 0px;
|
|
--radius-m: 0px;
|
|
--radius-l: 0px;
|
|
--input-radius: 0px;
|
|
--tab-radius-active: 0px;
|
|
--checkbox-radius: 0px;
|
|
--toggle-radius: 0px;
|
|
--toggle-thumb-radius: 0px;
|
|
--slider-thumb-radius: 0px;
|
|
--font-text-theme: Garamond, Georgia, serif;
|
|
--accent-h: 120;
|
|
--accent-s: 61%;
|
|
--accent-l: 34%;
|
|
}
|
|
|
|
.workspace-tab-header.is-active::before,
|
|
.workspace-tab-header.is-active::after {
|
|
display: none;
|
|
}
|
|
|
|
svg * {
|
|
stroke-linecap: square;
|
|
stroke-linejoin: miter;
|
|
rx: 0;
|
|
ry: 0;
|
|
}
|
|
|
|
.menu {
|
|
padding: var(--size-2-1);
|
|
}
|
|
|
|
.menu-item {
|
|
padding: var(--size-4-1) var(--size-4-2);
|
|
}
|
|
|
|
.menu-separator {
|
|
margin: var(--size-2-1) calc(var(--size-2-1) * -1);
|
|
}
|
|
|
|
.theme-light {
|
|
--background-primary: #fefdf6;
|
|
--background-secondary: #fbfbe0;
|
|
--color-base-70: #3b5e40;
|
|
--color-base-100: #1a1a1a;
|
|
--titlebar-background-focused: #fbfbe0;
|
|
}
|