Skip to content
Snippets Groups Projects
Commit 9b9a4b63 authored by Liam Morland's avatar Liam Morland
Browse files

Merge branch 'feature/ISTWCMS-4754-kpaxman-add_basic_kbd_styling' into '8.x-1.x'

ISTWCMS-4754: Add basic 'kbd' styling

See merge request !21
parents 8f10fd77 3f207a9e
No related branches found
No related tags found
1 merge request!21ISTWCMS-4754: Add basic 'kbd' styling
......@@ -17,3 +17,16 @@
line-height: 1.4;
color: #757575;
}
kbd {
border: 1px solid #757575;
border-radius: 4px;
background: #dfdfdf;
margin: 0 1px;
padding: 0 4px;
}
kbd > kbd {
background: #575757;
color: #ffffff;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment