mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
Addded configuration for op
This commit is contained in:
parent
401f748509
commit
eb405b4b25
@ -165,6 +165,12 @@ button.icon-button {
|
|||||||
color: var(--button-text-color) !important;
|
color: var(--button-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** OpenProject **/
|
||||||
|
header.op-app-header{
|
||||||
|
background-color: var(--background-dark-color) !important;
|
||||||
|
color: var(--text-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* 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 {
|
||||||
@ -187,6 +193,21 @@ button.icon-button {
|
|||||||
color: var(--background-color) !important;
|
color: var(--background-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Open Project **/
|
||||||
|
div#wrapper button, div#wrapper input, button.top-menu-search-button, div.menu-sidebar a{
|
||||||
|
color: var(--background-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Open Project **/
|
||||||
|
div#wrapper button, div#wrapper input, button.top-menu-search-button, div.menu-sidebar a{
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
main-menu-toggle button{
|
||||||
|
border: 0px none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Nextcloud specific **/
|
/** Nextcloud specific **/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user