color fix
This commit is contained in:
parent
5888a220c4
commit
a0b50ad1c0
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue