Remove [[ ]] around tags
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-06-09 22:57:51 +02:00
parent edca091108
commit 1f8340ca3c

View File

@ -20,6 +20,12 @@ body {
content: "]]";
color: #ccc;
}
.content a.tag::before {
content: "";
}
.content a.tag::after {
content: "";
}
@supports (font-variation-settings: normal) {
html {