Skip to content

Commit

Permalink
Merge pull request #12 from WalkQuackBack/patch-2
Browse files Browse the repository at this point in the history
Make KBD's more subtle, and style them like keys
  • Loading branch information
ArchLeaders authored Oct 11, 2024
2 parents 88cc518 + e87dd01 commit 27c0085
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion wwwroot/templates/custom/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,14 @@ video {
h5 {
color: var(--alert-important-color);
}
}
}

kbd {
background-color: rgba(0 0 0 / 0.05) !important;
color: var(--bs-body-color) !important;
border: solid 1px var(--bs-border-color);
border-bottom-color: var(--bs-border-color);
border-radius: 6px;
box-shadow: inset 0 -1px 0 var(--bs-border-color);
padding: .2rem .4rem;
}

0 comments on commit 27c0085

Please sign in to comment.