Skip to content

Commit

Permalink
more stubtle outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Sep 17, 2022
1 parent 0df6298 commit 39d43e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/stylesheets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $color-shadow: rgba(0, 0, 0, 0.4);
$color-scrollbar: $color-content;
$color-scrollbar_track: $color-content;
$color-scrollbar-thumb: $color-title-banner;
$color-outline: rgba(110, 110, 110, 0.8);
$color-outline: rgba(110, 110, 110, 0.2);

// Content Cube
$filter-face-no-focus: brightness(10%);
Expand Down Expand Up @@ -642,8 +642,8 @@ header {
}

%outline-dotted {
outline: 0.1vmin dotted $color-outline;
outline-offset: -0.1vmin;
outline: 2px dotted $color-outline;
outline-offset: -2px;
}

%scrollable {
Expand Down

0 comments on commit 39d43e8

Please sign in to comment.