🎨 improved ternary color in lightmode

This commit is contained in:
Philipp Dormann 2021-07-12 22:40:39 +02:00
parent 543b2b76cf
commit 235b6580f6
No known key found for this signature in database
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -12,7 +12,7 @@ $highlight-white: #e7faec;
--page-background: #fafafa;
--background-secondary: #d0d3d5;
--background-4: #d0d3d5;
--background-ternary: #d0d3d5;
--background-ternary: #8e8e8e;
--main-font-color: #212529;
}