Update css stylesheet
This commit is contained in:
parent
a24921941b
commit
b1b8ad2cc7
1 changed files with 11 additions and 2 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue