Skip to content
Snippets Groups Projects
Commit 3f207a9e authored by Kevin Paxman's avatar Kevin Paxman Committed by Liam Morland
Browse files

ISTWCMS-4754: Add basic 'kbd' styling

parent 8f10fd77
No related branches found
No related tags found
No related merge requests found
...@@ -17,3 +17,16 @@ ...@@ -17,3 +17,16 @@
line-height: 1.4; line-height: 1.4;
color: #757575; 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