Update stylesheet for shaarli

This commit is contained in:
Marty Oehme 2020-02-27 21:35:01 +01:00
parent 8c1c448e21
commit dee01df492
No known key found for this signature in database
GPG Key ID: 0CCB0526EFB9611A
1 changed files with 27 additions and 3 deletions

View File

@ -1721,7 +1721,7 @@ a.comment-user.owner {
.header p {
color: #645240 !important
}
.main, .header {
.main, .header, .navbar-gitlab {
background-color: inherit !important;
}
@ -1738,7 +1738,7 @@ ytd-masthead, #container.ytd-searchbox, #search-icon-legacy.ytd-searchbox, #guid
/* stackexchange */
body {
background-image:initial;
background-image:initial !important;
}
/* duckduckgo */
@ -1746,9 +1746,33 @@ body {
background-color: %base01% !important
}
.tag-home {
visibility: hidden;
visibility: hidden !important;
}
/* matrix.org */
.mxcontent__main {
background-color: inherit !important;
}
#page, .kb #introwrap, .navbar-fixed-top {
background-color: %base00% !important
}
/* shaarli */
.linksperpage,
.linksperpage a,
.linklist-filters,
.linklist-filters .filter-off,
.linklist-filters .filter-on,
.searchform-block button,
.linklist-pages,
.linkcount,
.shaarli-menu,
.linklist-item,
.linklist-item-title,
.linklist-item-description,
.linklist-item-infos {
background-color: inherit !important;
color: inherit !important;
box-shadow: 0px 1px 0px inherit;
}