Skip to content

Commit

Permalink
fix: DarkMode Changes (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Jan 9, 2023
1 parent dce9e14 commit 1dcb099
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Versions and bullets are arranged chronologically from latest to oldest.

## 3.1.3

- Fixed Darkmode. (https://github.com/femiwiki/FemiwikiSkin/issues/653)

## 3.1.2

- Fixed broken DarkMode support. (https://github.com/femiwiki/femiwiki/issues/324)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
@import '../variables.less';

.client-dark-mode {
.client-darkmode {
// Explicitly set the background
// https://github.com/femiwiki/femiwiki/issues/324
body {
background-color: #fff;
}
background-color: #fff;

// Remove the background; it stands out too much.
table {
Expand All @@ -21,8 +19,6 @@
}

// Apply filter for things using background-image
// https://github.com/femiwiki/FemiwikiSkin/issues/415
.ext-related-articles-card-thumb,
.growthexperiments-homepage-module-impact .real-image {
filter: invert(1) hue-rotate(180deg);
background-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"namemsg": "skinname-femiwiki",
"type": "skin",
"author": "[https://femiwiki.com/ Femiwiki Team]",
"version": "3.1.2",
"version": "3.1.3",
"url": "https://github.com/femiwiki/FemiwikiSkin",
"descriptionmsg": "femiwiki-desc",
"license-name": "AGPL-3.0-or-later",
Expand Down

0 comments on commit 1dcb099

Please sign in to comment.