diff --git a/style/_variable.scss b/style/_variable.scss index 67eb1c0..14a3e3e 100644 --- a/style/_variable.scss +++ b/style/_variable.scss @@ -1,6 +1,6 @@ -$accent: #54cdb3; +$accent: #6791c9; $fg-color: #fff; -$bg-color: #0e0e0e; -$inactive-color: #252525; +$bg-color: #101213; +$inactive-color: #1b1d1e; $rounded: 14px; $font-size: 1rem;