Skip to content
Snippets Groups Projects
Commit aff72585 authored by Michael Long's avatar Michael Long
Browse files

more dark mode style tweaks

parent c42f74bd
Branches
Tags
2 merge requests!463MRC mods by Codefenix (2024-10-20),!68dark mode for webv4
......@@ -98,13 +98,13 @@ span.message-header.unread {
/* background color of alternate rows in lists */
.dark .striped:nth-of-type(even), .dark .table-striped > tbody > tr:nth-child(odd) > td, .dark .table-striped > tbody > tr:nth-child(odd) > th {
background: #777;
background: #444;
}
/* this is the text and color for most items, including non-alternating rows */
.dark .list-group-item {
background-color: #555;
color: #CCC;
color: #EEE;
}
/* A link in a list when the mouse is hovering over it (mostly applies to the Forum) */
......@@ -312,3 +312,10 @@ animation: indicator-fade 3s ease 0s 1 alternate !important;
margin-inline-end: 0px;
padding-inline-start: 40px;
}
.dark input,.dark select,.dark textarea {
color: #333;
background-color: #DDD;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment