device-60.home 2025-9-9:23:57:54

This commit is contained in:
oskar
2025-09-09 23:57:54 +02:00
parent 9c547c4311
commit e01889f38f
36 changed files with 2208 additions and 1302 deletions

View File

@@ -1406,6 +1406,25 @@ th {
background-color: transparent;
}
.theme-dark .mm-node .mm-node-content table tr,
.theme-dark .mm-node-note-container table tr {
background-color: #222;
border-top: 1px solid hsl(210deg 16.85% 50.93%);
}
.theme-dark .mm-node .mm-node-content table tr:nth-child(2n),
.theme-dark .mm-node-note-container table tr:nth-child(2n) {
background-color: #222;
border-top: 1px solid hsl(210deg 16.85% 50.93%);
}
.theme-dark .mm-node .mm-node-content table th,
.theme-dark .mm-node .mm-node-content table td,
.theme-dark .mm-node-note-container table th,
.theme-dark .mm-node-note-container table td {
border: 1px solid #3f3f3f;
}
/* .mm-node .mm-node-content img[align=right] {
padding-left: 20px;
}