Update options page style for Photon design

This commit is contained in:
hensm
2021-05-27 01:51:12 +01:00
parent d343ac4629
commit 2a5ef05353
3 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
:root {
--button-background: #474749;
--button-background-hover: #505054;
--button-background-active: #5c5c5e;
}
body {
background: var(--grey-10);
color: var(--grey-90);