Commit 8b700922 authored by Douwe Maan's avatar Douwe Maan

Stop diff table styling and Markdown table styling from conflicting

parent 0c902da1
......@@ -25,10 +25,6 @@
}
}
table {
@extend .table;
}
.file-title {
position: relative;
background-color: $gray-light;
......
......@@ -163,7 +163,7 @@
margin: 10px 0;
}
table {
table:not(.code) {
@extend .table;
@extend .table-bordered;
margin: 16px 0;
......
......@@ -89,13 +89,7 @@
}
}
.note-text {
table {
font-family: $font-family-sans-serif;
}
}
table {
table.code {
width: 100%;
font-family: $monospace-font;
border: 0;
......
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