Commit 472551cd authored by Michael Le's avatar Michael Le Committed by Michael Le

Add border to stand out from background

parent ae64aa1d
......@@ -15,8 +15,8 @@ kbd {
&.flat {
color: $code-color;
background-color: $gray-50;
border: none;
background-color: $gray-100;
border-color: var(--gray-10, $gray-10) var(--gray-10, $gray-10) var(--gray-50, $gray-50);
box-shadow: none;
border-radius: $border-radius-default;
font-family: $monospace-font;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment