Update stylesheet

Improve wallabag and moodle rendering.
This commit is contained in:
Marty Oehme 2020-12-22 11:28:11 +01:00
parent f0f3f6661b
commit b4cb275a24
Signed by: Marty
GPG Key ID: B7538B8F50A1C800
1 changed files with 14 additions and 1 deletions

View File

@ -1859,8 +1859,10 @@ table#hnmain {
width: 100%;
}
/* wallabag */
.comment,#article {
.comment,#article, #article {
font-family: Brill,Roboto,sans-serif !important;
background-color: inherit;
box-shadow: 0 0 10px %base04%;
}
/* list rendering improvement */
.collection .collection-item, .card, .card-panel {
@ -1903,3 +1905,14 @@ table#hnmain {
.commentarea, .comments-page .comment {
background-color: inherit !important;
}
/* outline */
.yue {
color: inherit;
}
.wy-nav-content, .wy-nav-content-wrap {
background-color: inherit;
}
/* moodle */
#region-main {
background-color: inherit;
}