cswimr/home
Archived
Template
1
0
Fork 0

updated zentheme to 4d06123c63

Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
This commit is contained in:
Seaswimmer 2024-09-26 16:20:38 -04:00
parent 7594f92351
commit ca2365a337
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -56,6 +56,8 @@
--in-content-text-color: #cdd6f4 !important;
--link-color: #89b4fa !important;
--link-color-hover: rgb(151, 138, 250) !important;
--color-accent-primary: #89b4fa !important;
--color-accent-primary-hover: rgb(151, 138, 250) !important;
}
groupbox{
@ -83,7 +85,6 @@
}
}
/* Catppuccin Latte Blue userContent.css*/
@media (prefers-color-scheme: light) {
@ -142,6 +143,8 @@
--in-content-text-color: #4c4f69 !important;
--link-color: #1e66f5 !important;
--link-color-hover: rgb(67, 31, 245) !important;
--color-accent-primary: #1e66f5 !important;
--color-accent-primary-hover: rgb(67, 31, 245) !important;
}
groupbox{
@ -169,6 +172,3 @@
}
}