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