mirror of https://gitlab.com/curben/blog
fix(css): remove unused class
This commit is contained in:
parent
3170c9f88d
commit
07c59dc42a
|
@ -181,7 +181,6 @@ legend {
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight,
|
|
||||||
code,
|
code,
|
||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
|
@ -534,10 +533,6 @@ td {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
code.hljs {
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Dracula Theme v1.2.5
|
/* Dracula Theme v1.2.5
|
||||||
*
|
*
|
||||||
* https://github.com/dracula/highlightjs
|
* https://github.com/dracula/highlightjs
|
||||||
|
@ -813,7 +808,6 @@ svg#link {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight,
|
|
||||||
code,
|
code,
|
||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
|
@ -847,7 +841,6 @@ svg#link {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight,
|
|
||||||
code,
|
code,
|
||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
|
|
Loading…
Reference in New Issue