mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
Changed styling for kanban
This commit is contained in:
parent
769b43ce07
commit
d149ae486c
@ -141,26 +141,6 @@ div#mastodon p{
|
|||||||
color: var(--background-dark-color) !important;
|
color: var(--background-dark-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Dark Mode Adjustments (Background and Text Colors) */
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
h1, h2 {
|
|
||||||
color: #ffffff !important;
|
|
||||||
text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3);
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
background-color: var(--background-dark-color) !important;
|
|
||||||
color: var(--text-color) !important;
|
|
||||||
}
|
|
||||||
input, textarea, select {
|
|
||||||
color: var(--button-text-color) !important;
|
|
||||||
background-color: var(--background-dark-color) !important;
|
|
||||||
}
|
|
||||||
div#mastodon p{
|
|
||||||
color: var(--button-text-color) !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Dropdown Menu and Submenu (Background, Text, and Shadow) */
|
/* Dropdown Menu and Submenu (Background, Text, and Shadow) */
|
||||||
.navbar .dropdown-menu,
|
.navbar .dropdown-menu,
|
||||||
.nav-item .dropdown-menu {
|
.nav-item .dropdown-menu {
|
||||||
@ -185,6 +165,25 @@ button.icon-button {
|
|||||||
color: var(--button-text-color) !important;
|
color: var(--button-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Dark Mode Adjustments (Background and Text Colors) */
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
h1, h2 {
|
||||||
|
color: #ffffff !important;
|
||||||
|
text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.3);
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background-color: var(--background-dark-color) !important;
|
||||||
|
color: var(--text-color) !important;
|
||||||
|
}
|
||||||
|
input, textarea, select {
|
||||||
|
color: var(--button-text-color) !important;
|
||||||
|
background-color: var(--background-dark-color) !important;
|
||||||
|
}
|
||||||
|
div#mastodon p{
|
||||||
|
color: var(--button-text-color) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/** Nextcloud specific **/
|
/** Nextcloud specific **/
|
||||||
button.files-list__row-name-link, button.button-vue{
|
button.files-list__row-name-link, button.button-vue{
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
@ -194,3 +193,14 @@ button.files-list__row-name-link, button.button-vue{
|
|||||||
.peertube-container button {
|
.peertube-container button {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Taiga specific configuration **/
|
||||||
|
|
||||||
|
section.main.kanban{
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.kanban-header, div.kanban-table-inner, section.kanban button{
|
||||||
|
background-color: var(--background-color) !important;
|
||||||
|
color: var(--background-dark-color) !important;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user