updated zentheme to 4d06123c63
Signed-off-by: cswimr <seaswimmerthefsh@gmail.com>
This commit is contained in:
parent
7594f92351
commit
ca2365a337
1 changed files with 22 additions and 22 deletions
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Reference in a new issue