Add selection colour, font, size changes, to Cinny theme

This commit is contained in:
~erin 2022-03-26 18:08:10 -04:00
parent c4b23093ee
commit 88226ce3cd
No known key found for this signature in database
GPG Key ID: DA70E064A8C70F44
1 changed files with 11 additions and 7 deletions

View File

@ -70,10 +70,10 @@
--ic-normal:24px;
--ic-small:20px;
--ic-extra-small:18px;
--av-large:100px;
--av-large:55px;
--av-normal:45px;
--av-small:40px;
--av-extra-small:30px;
--av-small:45px;
--av-extra-small:35px;
--bg-overlay:rgba(0,0,0,.2);
--bg-overlay-low:rgba(0,0,0,.85);
--bs-popup:0 0 16px rgba(0,0,0,.1);
@ -87,7 +87,7 @@
--bs-caution-outline:0 0 0 2px var(--bg-caution-border);
--bs-danger-border:inset 0 0 0 1px var(--bg-danger-border);
--bs-danger-outline:0 0 0 2px var(--bg-danger-border);
--bo-radius:8px;
--bo-radius:10px;
--fs-h1:36px;
--ls-h1:-1.5px;
--lh-h1:38px;
@ -127,7 +127,11 @@
--fluid-push:cubic-bezier(0,0.8,0.67,0.97);
--fluid-slide-down:cubic-bezier(0.02,0.82,0.4,0.96);
--fluid-slide-up:cubic-bezier(0.13,0.56,0.25,0.99);
--font-primary:"Roboto",sans-serif;
--font-secondary:"Roboto",sans-serif
}
--font-primary:"Atkinson Hyperlegible",sans-serif;
--font-secondary:"Atkinson Hyperlegible",sans-serif
}
::selection {
color: var(--bg-surface);
background: var(--tc-surface-normal);
}
}