Skip to content

Commit

Permalink
small fixes (#250)
Browse files Browse the repository at this point in the history
• added #L64: forgotten comma
• added #L2249: forgotten parentheses
• deleted #L3486: "background-image: none;"
  • Loading branch information
God-damnit-all authored Nov 28, 2023
1 parent e53dd43 commit e8e5672
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions stackoverflow-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ regexp("^https?:\/\/stackoverflow.[^\.]*\.com.*") {
body:not(.theme-dark), body.theme-dark .theme-light__forced,
body.theme-system .theme-light__forced, body:not(.theme-dark) .themed,
body.theme-dark .theme-light__forced .themed,
body.theme-system .theme-light__forced .themed
body.theme-system .theme-light__forced .themed,
body.unified-theme, body.unified-theme * {
--theme-link-color-visited: /*[[visited-color]]*/ !important;
--theme-footer-link-color: #aaa;
Expand Down Expand Up @@ -2246,7 +2246,7 @@ regexp("^https?:\/\/stackoverflow.[^\.]*\.com.*") {
.narrow .votes, .badge-tag:hover, .form-item, .nav-links li a:hover,
.nav-links li a:focus, .answered, .message.success.text-only,
.s-sidebarwidget .s-btn__muted:not(.facebook-login),
.task-stat-leaderboard.user-info, #mdhelp .mdhelp-tab pre:not.bg-transparent {
.task-stat-leaderboard.user-info, #mdhelp .mdhelp-tab pre:not(.bg-transparent) {
background-color: transparent !important;
}
#content, .subheader #tabs a:not(.youarehere),
Expand Down Expand Up @@ -3483,7 +3483,6 @@ regexp("^https?:\/\/stackoverflow.[^\.]*\.com.*") {
}
@-moz-document domain("stats.stackexchange.com") {
.site-header {
background-image: none;
background: repeating-linear-gradient(-45deg, #111, #333 2px, #111 4px);
}
.site-header .site-header--sponsored {
Expand Down

0 comments on commit e8e5672

Please sign in to comment.