Remove the old codeblock code

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-07 08:32:06 +02:00
parent 7d6342fa40
commit 8c1721fc35
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
3 changed files with 2 additions and 53 deletions

View file

@ -477,8 +477,6 @@ $hover-select-border: 4px;
pre, code {
font-family: $monospace-font-family !important;
// deliberate constants as we're behind an invert filter
color: #333;
}
pre {
@ -488,11 +486,6 @@ $hover-select-border: 4px;
overflow-x: overlay;
overflow-y: visible;
}
code {
// deliberate constants as we're behind an invert filter
background-color: #f8f8f8;
}
}
.mx_EventTile_lineNumbers {