519
edits
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
--body-border: #2f4d36; | --body-border: #2f4d36; | ||
--body-background-color: #acccb4; | --body-background-color: #acccb4; | ||
-- | --found: #4c7c58; | ||
--button-color: # | --button-color: #ffffff; | ||
--button-border: #ECF3EE; | --button-border: #ECF3EE; | ||
--button-dark: #ECF3EE; | --button-dark: #ECF3EE; | ||
| Line 3,194: | Line 3,194: | ||
align-items: center; | align-items: center; | ||
list-style: none; | list-style: none; | ||
background-color: var(-- | background-color: var(--button-background); | ||
transition: 0.2s; | transition: 0.2s; | ||
} | } | ||
| Line 3,201: | Line 3,201: | ||
flex: 1; | flex: 1; | ||
display: block; | display: block; | ||
color: # | color: #fff; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||