Optimize css

This commit is contained in:
quest
2022-09-13 00:40:56 -10:00
parent 030cd2457e
commit ee211f993f
20 changed files with 32 additions and 23 deletions

View File

@@ -1 +1,8 @@
@import '../style-scp.css';
:root {
--accent: #FFA86A;
--background: color-mod(var(--accent) blend(#1D1E28 98%));
--color: white;
--border-color: rgba(255, 255, 255, .1);
}

View File

@@ -1 +1,8 @@
@import '../style.css';
:root {
--accent: #FFA86A;
--background: color-mod(var(--accent) blend(#1D1E28 98%));
--color: white;
--border-color: rgba(255, 255, 255, .1);
}