We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent ae0732a commit 362e0b8Copy full SHA for 362e0b8
src/scss/style.scss
@@ -637,7 +637,7 @@ button {
637
height: 32px;
638
margin: 0px 5px 5px 0px;
639
border: 1px solid;
640
- border-radius: 2px;
+ border-radius: 3px;
641
box-sizing: border-box;
642
display: flex;
643
justify-content: space-around;
src/scss/themes.scss
@@ -453,7 +453,7 @@ html[data-theme='dark'] {
453
}
454
455
.keycode {
456
- background: #0c0c0c;
+ background: #1c1c1c;
457
color: white;
458
border-color: #0e0e0e;
459
0 commit comments