Skip to content

Commit

Permalink
Border visibility tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Feb 5, 2025
1 parent 353db23 commit 83ce182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/less/partials/_control-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ div.ap-player {
opacity: 0;
transition: opacity 0.15s linear;
user-select: none;
border-top: 2px solid color-mix(in oklab, black 33%, var(--term-color-background));
border-top: 2px solid color-mix(in oklab, var(--term-color-background) 80%, var(--term-color-foreground));
z-index: 30;

* {
Expand Down
3 changes: 2 additions & 1 deletion src/less/partials/_overlays.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,14 @@
font-size: 18px;
color: var(--term-color-foreground);
background-color: var(--term-color-background);
border-radius: 6px;
box-sizing: border-box;
margin-bottom: 32px;

div {
padding: calc(min(4cqw, 40px));
font-size: calc(min(1.9cqw, 18px));
border: 1px solid color-mix(in oklab, var(--term-color-background) 90%, var(--term-color-foreground));
border-radius: 6px;

p {
font-weight: bold;
Expand Down

0 comments on commit 83ce182

Please sign in to comment.