Skip to content

Commit

Permalink
more on graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyichen committed May 11, 2021
1 parent 01d196e commit 8e0a46d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/styles/sass/ads-sass/dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1234,8 +1234,9 @@
fill: $darkmode-text !important;
}

.s-graph-view rect {
opacity: 0.5;
.s-graph-view .legend rect {
fill: black;
stroke: $darkmode-border;
}

.form-control[readonly] {
Expand Down Expand Up @@ -1319,8 +1320,8 @@
fill: $darkmode-link;
}

.network-g circle.link-background {
fill: rgba(0, 0, 0, 0.5) !important;
.link-background {
fill: $darkmode-background;
}

.network-g .node-containers:first-of-type > path {
Expand Down

0 comments on commit 8e0a46d

Please sign in to comment.