Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
benni-ben authored Dec 14, 2024
1 parent ebb7efd commit 402664b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: 'Patrick Hand SC';
font-style: normal;
font-weight: 400;
font-weight: 800;
src: url(https://fonts.gstatic.com/s/patrickhandsc/v15/0nkwC9f7MfsBiWcLtY65AWDK873ljiK-.ttf) format('truetype');
}
canvas {
Expand Down Expand Up @@ -85,7 +85,7 @@ body {
width: 90%;
max-width: 800px;
max-height: 80vh;
border: solid 10px #330023;
border: solid 12px #330023;
background: #330023;
text-align: center;
position: relative;
Expand Down Expand Up @@ -142,7 +142,7 @@ kbd {
color: #555;
width: 2.5em;
height: 1.2em;
text-transform: none;
text-transform: lowercase;
border-bottom-width: 0.3em;
border-radius: 0.5em;
border-bottom-right-radius: 0.5em;
Expand All @@ -151,4 +151,4 @@ kbd {
}
[data-key] {
cursor: pointer;
}
}

0 comments on commit 402664b

Please sign in to comment.