Remove [[ ]] around tags
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
edca091108
commit
1f8340ca3c
|
@ -20,6 +20,12 @@ body {
|
||||||
content: "]]";
|
content: "]]";
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
.content a.tag::before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.content a.tag::after {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user