fix modal button on light theme
This commit is contained in:
parent
8947612aea
commit
3abe11c218
|
@ -36,5 +36,7 @@
|
||||||
background: #e1e1e1;
|
background: #e1e1e1;
|
||||||
border-color: #f1f1f1
|
border-color: #f1f1f1
|
||||||
}
|
}
|
||||||
|
.openwordle-modal-button:hover { background: #dbdbdb }
|
||||||
|
.openwordle-modal-button:active { background: #d6d6d6 }
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue