Skip to content

Commit

Permalink
Dark theme colors updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 8, 2024
1 parent 0d78e5a commit 1efa6d5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
14 changes: 11 additions & 3 deletions css/style.css

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

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ $shortcut-key-space: 20px;

.dark-theme {
.wrapper {
background-color: black;
background-color: #202020;
}

.article__header .article__feed-title {
Expand All @@ -939,8 +939,16 @@ $shortcut-key-space: 20px;
color: #bdbdbd;
}

.article__title a {
color: white;
}

[class~="event--read"] .article__title a {
color: #bdbdbd;
}

.article__description::after {
background-image: linear-gradient(to left, black 48%, rgba(0, 0, 0, 0) 100%)
background-image: linear-gradient(to left, #202020 48%, rgba(0, 0, 0, 0) 100%)
}

.article-favorite,
Expand Down

0 comments on commit 1efa6d5

Please sign in to comment.