Skip to content

Commit

Permalink
Update icons and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jun 14, 2024
1 parent 5708325 commit aacf64a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 66 deletions.
35 changes: 3 additions & 32 deletions web/static/images/keyboard-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 3 additions & 32 deletions web/static/images/keyboard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions web/static/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ a {
}

.keyboard {
width: 1.6rem;
user-select: none;
width: 2.75rem;
padding-top: 0.19rem;
height: auto;
opacity: 0.8;
opacity: 0.6;
}

.keyboard:hover {
Expand Down Expand Up @@ -258,6 +260,7 @@ input[type="password"] {
font-family: "JetBrains Mono", monospace;
font-optical-sizing: auto;
font-style: normal;
font-size: smaller;
outline: none;
border: var(--color-foreground--border) 1px solid;
padding: 0.25rem;
Expand Down

0 comments on commit aacf64a

Please sign in to comment.