Update stylesheet
Improve wallabag and moodle rendering.
This commit is contained in:
parent
f0f3f6661b
commit
b4cb275a24
1 changed files with 14 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue