mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
Addapted global css für nextcloud
This commit is contained in:
parent
d149ae486c
commit
401f748509
@ -168,8 +168,8 @@ button.icon-button {
|
|||||||
/* Dark Mode Adjustments (Background and Text Colors) */
|
/* Dark Mode Adjustments (Background and Text Colors) */
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
color: #ffffff !important;
|
color: var(--background-color) !important;
|
||||||
text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3);
|
text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3) !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-color: var(--background-dark-color) !important;
|
background-color: var(--background-dark-color) !important;
|
||||||
@ -182,6 +182,11 @@ button.icon-button {
|
|||||||
div#mastodon p{
|
div#mastodon p{
|
||||||
color: var(--button-text-color) !important;
|
color: var(--button-text-color) !important;
|
||||||
}
|
}
|
||||||
|
/** Nextcloud **/
|
||||||
|
div#content-vue p, div#content-vue span{
|
||||||
|
color: var(--background-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Nextcloud specific **/
|
/** Nextcloud specific **/
|
||||||
@ -200,7 +205,11 @@ section.main.kanban{
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.kanban-header, div.kanban-table-inner, section.kanban button{
|
div.master, div.kanban-header, div.kanban-table-inner, section.kanban button,a.dropdown-project-list-projects{
|
||||||
background-color: var(--background-color) !important;
|
background-color: var(--info-color) !important;
|
||||||
color: var(--background-dark-color) !important;
|
color: var(--background-dark-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.kanban h1, section.kanban h2{
|
||||||
|
color: var(--background-dark-color) !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user