color fix

This commit is contained in:
m.epshtein 2024-11-14 18:50:57 +03:00
parent 5888a220c4
commit a0b50ad1c0

View file

@ -62,7 +62,6 @@
--color-text-secondary: #acacac;
--color-link: #c64e1b;
--color-link-hover: #fa773f;
--color-warning: #fff3e5;
--color-form: #3f434b;
--color-bg-main: #223d36;
--color-light: #868b87;
@ -237,7 +236,7 @@ a.btn:is(:hover, :focus, :active) {
font-family: 'Golos';
font-size: var(--size-text-secondary);
padding: var(--indent-mini) var(--w-screen) var(--indent-mini) calc(var(--w-screen) + 38px);
background-color: var(--color-warning);
background-color: var(--bg-warn);
}
.browser-check-text {
position: relative;