Skip to content

Commit

Permalink
Add support for explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
chapel authored Mar 22, 2021
1 parent 9f1d9a5 commit 2cf27c6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions bitclout-dark.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Dark BitClout
@namespace chapel
@version 1.0.2
@version 1.0.3
@description A dark theme for BitClout.
@author chapel
@license MIT
Expand All @@ -27,7 +27,8 @@

.global__container *,
.form-control:focus,
.close {
.close,
body {
color: #fff;
}

Expand Down Expand Up @@ -94,7 +95,8 @@

.fc-muted,
.fa-clock,
.feed-post__icon-row-holder * {
.feed-post__icon-row-holder *,
.explorer-container pre {
color: #aaa;
}

Expand All @@ -121,7 +123,8 @@
a .fc-muted,
.feed-post__coin-price-holder,
.left-bar__dot-active,
.btn-outline-primary {
.btn-outline-primary,
.explorer-container a {
color: #5a88d7;
}

Expand All @@ -146,7 +149,8 @@
.global__sidebar__inner a.link--unstyled:hover span,
.btn-outline-primary:hover,
a.holdings__creator-coin-name:hover *,
.close:hover {
.close:hover,
.explorer-container a:hover {
color: #256fef;
}

Expand Down

0 comments on commit 2cf27c6

Please sign in to comment.