Skip to content

Commit

Permalink
Improve: Dark mode style on project portal
Browse files Browse the repository at this point in the history
  • Loading branch information
AnYiEE committed Feb 21, 2023
1 parent b72494e commit ce05db5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion static/wikimirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

.AnYiTip > *:first-child {
font-size: 0.75em;
font-size: 0.7em;
border-right: none;
}

Expand Down Expand Up @@ -377,9 +377,13 @@ pre, .mw-code, .mw-highlight, .ve-init-mw-desktopArticleTarget .CodeMirror-code,
background: #ffffff;
}
/* project portal */
.anyi-darkmode body[id*="www"] [data-el-section="other projects"] .app-badges .sprite,
.anyi-darkmode body[id*="www"] [data-el-section="other projects"] .other-project-icon {
filter: invert(0.95) hue-rotate(0.5turn);
}
.anyi-darkmode body[id*="www"] [data-jsl10n="portal.slogan"] {
color: #000000;
}
/* stream */
.anyi-darkmode #eventstreams-ui-app .nav-bar {
background-color: #ffffff;
Expand Down
2 changes: 1 addition & 1 deletion static/wikimirror.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce05db5

Please sign in to comment.