update to nextcloud calendar

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-05-02 23:59:30 +02:00
parent 901839dcd1
commit 789ed570cf
3 changed files with 45 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ in /* css */ ''
/* new-tab */
@-moz-document url-prefix(about:home), url-prefix(about:newtab) {
:root{
:root {
--newtab-background-color-secondary: rgba(${f background},0.5) !important;
}
body, html {
@@ -31,6 +31,29 @@ in /* css */ ''
}
}
@-moz-document url-prefix("https://n.nx2.site/") {
:root, [data-theme-dark] {
--color-main-background: #00000055;
--color-main-background-rgb: 0,0,0;
--color-primary-element-light: #550000;
}
.app-navigation, .app-content {
background: rgba(0,0,0,0.8) !important;
backdrop-filter: blur(5px) !important;
}
.files-list__row-head, .files-list__tfoot {
background: rgba(0,0,0,0.5) !important;
}
.fc-day-today {
background: #ff000055 !important;
}
.files-list__thead {
background: transparent !important;
}
}
@-moz-document domain(reddit.com) {
header {
background-color: rgba(${f background},${builtins.toString rice.transparency}) !important;
@@ -231,6 +254,7 @@ in /* css */ ''
border: ${toString rice.border-width}px solid ${border} !important;
}
}
''
# @-moz-document domain(chatgpt.com) {
# body, html , .bg-token-sidebar-surface-primary {