Skip to content

Commit ea489a4

Browse files
committed
fix background color
1 parent 4278b80 commit ea489a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,9 +769,10 @@ button.theme-btn {
769769
border: none;
770770
cursor: pointer;
771771
color: var(--fg);
772-
background-color: var(--bg);
772+
background-color: inherit;
773773
display: flex;
774774
justify-content: center;
775+
align-items: center;
775776
}
776777

777778
button.lang-btn {

0 commit comments

Comments
 (0)