Skip to content

Commit

Permalink
Optimize the glitch link for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Oct 27, 2024
1 parent 9fbf552 commit e5dcef4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/_assets/scss/inc/demos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@
display: inline-block;
line-height: 1;
white-space: nowrap;
padding: 0.4em 0.5em;
background: var(--color);
color: var(--background);
padding: 0.5em 0.8em;
background: black;
color: white;
font-size: 0.7rem;
border-radius: 0.3em;
border: 1px solid rgb(0 0 0 / 0.1);
border-radius: 0.5em;
border: 1px solid rgb(255 255 255 / 0.2);
--shadow-color: 239 80% 90%;
box-shadow: var(--shadow-4);
vertical-align: middle;
}
.glitch__pill--dummy {
Expand Down

0 comments on commit e5dcef4

Please sign in to comment.