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

@ -2,7 +2,7 @@
@media (prefers-color-scheme: dark) {
@-moz-document url("about:newtab"), url("about:home") {
:root{
--newtab-background-color: #1e1e2e !important;
--newtab-background-color-secondary: #313244 !important;
@ -10,12 +10,12 @@
--newtab-text-primary-color: #cdd6f4 !important;
--newtab-wordmark-color: #cdd6f4 !important;
}
.icon{
color: #89b4fa !important;
}
body {
body {
background-color: #1e1e2e !important;
}
@ -26,7 +26,7 @@
width: 82px !important;
background-size: 82px !important;
}
@media (max-width: 609px) {
.search-wrapper .logo-and-wordmark .logo {
background-size: 64px !important;
@ -48,7 +48,7 @@
}
}
@-moz-document url-prefix("about:preferences"){
:root{
@ -56,17 +56,19 @@
--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{
background: #1e1e2e !important;
}
groupbox button, groupbox menulist {
background: #313244 !important;
color: #cdd6f4 !important;
}
.main-content{
background-color: #11111b !important;
}
@ -83,12 +85,11 @@
}
}
/* Catppuccin Latte Blue userContent.css*/
@media (prefers-color-scheme: light) {
@-moz-document url("about:newtab"), url("about:home") {
:root{
--newtab-background-color: #eff1f5 !important;
--newtab-background-color-secondary: #ccd0da !important;
@ -96,12 +97,12 @@
--newtab-text-primary-color: #4c4f69 !important;
--newtab-wordmark-color: #4c4f69 !important;
}
.icon{
color: #1e66f5 !important;
}
body {
body {
background-color: #eff1f5 !important;
}
@ -112,7 +113,7 @@
width: 82px !important;
background-size: 82px !important;
}
@media (max-width: 609px) {
.search-wrapper .logo-and-wordmark .logo {
background-size: 64px !important;
@ -134,7 +135,7 @@
}
}
@-moz-document url-prefix("about:preferences"){
:root{
@ -142,17 +143,19 @@
--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{
background: #eff1f5 !important;
}
groupbox button, groupbox menulist {
background: #ccd0da !important;
color: #4c4f69 !important;
}
.main-content{
background-color: #dce0e8 !important;
}
@ -169,6 +172,3 @@
}
}