Reduce visual weight of code blocks
Flatten shadow and remove borders relying on background color to highlight code.
This commit is contained in:
@@ -170,9 +170,7 @@ td > code {
|
||||
padding-bottom: 0.1rem;
|
||||
font-size: $type-size-6;
|
||||
background: $code-background-color;
|
||||
border: 1px solid $border-color;
|
||||
border-radius: $border-radius;
|
||||
box-shadow: $box-shadow;
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
|
||||
Reference in New Issue
Block a user