Skip to content

Commit

Permalink
fix: minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Dec 6, 2023
1 parent a5953be commit febeb01
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions wiki/public/scss/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ body.dark {
}

kbd {
position: absolute;
top: 7px;
right: 5px;
padding: 0.1rem 0.4rem;
color: var(--sidebar-text-color);
background-color: transparent;
Expand Down Expand Up @@ -609,12 +612,10 @@ body.dark {
.navbar-brand {
padding: 0;
color: var(--text-color) !important;
// border-bottom: 1px solid var(--border-color);
// width: 15rem;
// margin-right: 0.5rem;

img {
height: 24px;
height: 20px;
max-width: fit-content;
}

@include media-breakpoint-down(md) {
Expand Down

0 comments on commit febeb01

Please sign in to comment.