Skip to content

Commit

Permalink
style: Use --shade-color for scroll undershoot
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmardojai committed Sep 5, 2024
1 parent a530a52 commit 24485bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
20 changes: 0 additions & 20 deletions dialect/style-dark.css
Original file line number Diff line number Diff line change
@@ -1,20 +0,0 @@

.translation-scrolled undershoot.bottom {
border-bottom: 1px solid #222222;
}

.translation-scrolled.top-undershoot undershoot.top {
border-top: 1px solid #222222;
}

.provider-feature-tts {
color: @green_1;
background-color: alpha(@green_4, .25);
}
.provider-feature-trans {
color: @blue_1;
}
.provider-feature-dic {
color: @yellow_2;
background: alpha(#cd9309, .25);
}
4 changes: 2 additions & 2 deletions dialect/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}

.translation-scrolled undershoot.bottom {
border-bottom: 1px solid #ededed;
border-bottom: 1px solid var(--shade-color);
}

.translation-scrolled.top-undershoot undershoot.top {
border-top: 1px solid #ededed;
border-top: 1px solid var(--shade-color);
}

.mistakes {
Expand Down

0 comments on commit 24485bc

Please sign in to comment.