No custom font size for syntax highlighted code. We don't want no fancy border radiuses
This commit is contained in:
parent
af569859e5
commit
f3c1469c7c
@ -3,9 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
pre,
|
pre,
|
||||||
code {
|
code {
|
||||||
font-size: 15px;
|
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
border-radius: 3px;
|
|
||||||
background-color: #eef;
|
background-color: #eef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -32,7 +32,6 @@
|
|||||||
top: 9px;
|
top: 9px;
|
||||||
right: $spacing-unit / 2;
|
right: $spacing-unit / 2;
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
border-radius: 5px;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
.menu-icon {
|
.menu-icon {
|
||||||
|
|||||||
Reference in New Issue
Block a user