Update css stylesheet

This commit is contained in:
Marty Oehme 2020-05-27 11:17:12 +02:00
parent a24921941b
commit b1b8ad2cc7
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A

View file

@ -339,7 +339,7 @@ a.filter-item:hover,
.boxed-group * { .boxed-group * {
border-color: %base02% !important; border-color: %base02% !important;
} }
.boxed-group article { .boxed-group article, #article article, article {
background-color: %base00% !important; background-color: %base00% !important;
color: %base04% !important; color: %base04% !important;
} }
@ -1724,6 +1724,9 @@ a.comment-user.owner {
.main, .header, .navbar-gitlab, .file-holder .file-content, .md, .timeline-entry { .main, .header, .navbar-gitlab, .file-holder .file-content, .md, .timeline-entry {
background-color: inherit !important; background-color: inherit !important;
} }
.notifications-list-item.notification-unread .notification-list-item-link {
color: inherit !important;
}
.md p { .md p {
color: inherit !important; color: inherit !important;
} }
@ -1791,7 +1794,7 @@ body {
} }
/* mpv.io */ /* mpv.io */
.main-content { #main, .main-content {
background-color: inherit !important; background-color: inherit !important;
} }
@ -1836,3 +1839,9 @@ body {
background-color: inherit !important; background-color: inherit !important;
} }
/* END todoist */ /* END todoist */
/* medium */
/* medium has top level dx class override anything in each text paragraph :\ */
.dx {
color: inherit;
}