Skip to content

Commit

Permalink
fix video page views and grid notion titles
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekBes committed Oct 14, 2021
1 parent 879f7f1 commit de5bd01
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,22 @@ li.scaleteam-list-item .rating:not([data-positive=""]) {
border-top-color: #4a4a4a !important;
}

.video-item-footer .video-item-views {
color: #6a6a6a !important;
}

.notion-grid > .notion-item .notion-title,
.notion-grid > .notion-item .subnotion-title,
.notion-grid > .subnotion-item .notion-title,
.notion-grid > .subnotion-item .subnotion-title,
.subnotion-grid > .notion-item .notion-title,
.subnotion-grid > .notion-item .subnotion-title,
.subnotion-grid > .subnotion-item .notion-title,
.subnotion-grid > .subnotion-item .subnotion-title {
background-color: #4a4a4a !important;
color: #ffffff !important;
}

/* articles */
.articles-routes {
background-color: #4a4a4a !important;
Expand Down

0 comments on commit de5bd01

Please sign in to comment.