Skip to content

Commit

Permalink
Merge pull request #3479 from t3chguy/t3chguy/dark-theme-invert-incon…
Browse files Browse the repository at this point in the history
…sistency-fix

dark theme invert inconsistent across browsers
  • Loading branch information
ara4n committed Mar 25, 2017
2 parents bc67b1c + 05148b6 commit f413416
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ include:

* Florent VIOLLEAU (https://github.com/floviolleau) <floviolleau at gmail dot com>
Improve README.md for a better understanding of installation instructions

* Michael Telatynski (https://github.com/t3chguy)
Improved consistency of inverted elements in dark theme across browsers
6 changes: 3 additions & 3 deletions src/skins/vector/css/themes/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,17 @@ $progressbar-color: #000;
// better match the theme. Typically applied to dark grey 'off' buttons or
// light grey 'on' buttons.
.mx_filterFlipColor {
filter: invert();
filter: invert(1);
}

.gm-scrollbar .thumb {
filter: invert();
filter: invert(1);
}

// markdown overrides:
.mx_EventTile_content .markdown-body {
pre, code {
filter: invert();
filter: invert(1);
}

pre code {
Expand Down

0 comments on commit f413416

Please sign in to comment.