make the bg color a bit darker* 🕳 (#2936) abod1960

This commit is contained in:
Abdullah Omar 2022-05-06 20:56:53 +04:00 committed by GitHub
parent e451375274
commit 9b4a833d78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
/*inspired by GMK MOONLIGHT*/
:root {
--bg-color: #1f2730;
--bg-color: #191f28;
--main-color: #c69f68;
--caret-color: #8f744b;
--sub-color: #4b5975;
@ -21,7 +21,7 @@
}
#menu .text-button {
border-radius: rem !important;
color: #1f2730 !important;
color: #191f28 !important;
}
#menu .text-button :hover {
border-radius: rem !important;