Skip to content

Commit 07c1cf2

Browse files
committed
💅 better <kbd> styles
1 parent a86cb73 commit 07c1cf2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/main.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ code {white-space: nowrap; }
5858

5959
kbd {
6060
display: inline-block;
61-
padding: .1em .2em;
61+
padding: .1em .2em .2em;
6262
font-size: 1.2em;
6363
line-height: 1em;
6464
color: black;
6565
background: white;
6666
border: 1px solid rgba(0,0,0,0.9);
6767
border-radius: 3px;
68-
box-shadow: inset 0px -.5px 3px 1px rgba(0,0,0,0.5);
68+
box-shadow: inset 0px -1px 1px 2px rgba(0,0,0,0.5);
69+
text-shadow: 0.5px 0.5px 0 #fff;
6970
}

0 commit comments

Comments
 (0)