Skip to content

Commit 10f5c49

Browse files
authored
ADD: <kbd> tag style.
1 parent 00e245f commit 10f5c49

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/css/_common/scaffolding/base.styl

+10-1
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,13 @@ dd {
9898
padding: 0;
9999
}
100100

101-
101+
kbd {
102+
border: 1px solid $grey-light;
103+
border-radius: 0.2em;
104+
box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
105+
background-color: #f9f9f9;
106+
font-family: inherit;
107+
background-image: -webkit-linear-gradient(top, #eee, white, #eee);
108+
padding: 0.1em 0.3em;
109+
white-space: nowrap;
110+
}

0 commit comments

Comments
 (0)