Skip to content

Commit 8951d41

Browse files
authored
Stile <kbd> elements more like keyboard buttons.
#440
1 parent e678458 commit 8951d41

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

naucse/static/css/body.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ hr.lesson-end {
1313
}
1414

1515
p kbd {
16-
background-color: #DDD;
17-
border: 1px solid black;
16+
background-color: #f5f5f5;
17+
border: 1px solid #ccc;
18+
border-bottom-width: 3px;
19+
border-radius: 3px;
1820
color: black;
1921
font-style: normal;
22+
padding-bottom: 0;
23+
box-shadow:inset 0px 1px 0px 0px #fff;
2024
}
2125

2226
/*** Credits ***/

0 commit comments

Comments
 (0)