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;
|
||||
}
|
||||
|
||||
.highlight,
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
|
@ -534,10 +533,6 @@ td {
|
|||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
code.hljs {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
/* Dracula Theme v1.2.5
|
||||
*
|
||||
* https://github.com/dracula/highlightjs
|
||||
|
@ -813,7 +808,6 @@ svg#link {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.highlight,
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
|
@ -847,7 +841,6 @@ svg#link {
|
|||
color: black;
|
||||
}
|
||||
|
||||
.highlight,
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
|
|
Loading…
Reference in New Issue