Skip to content
Snippets Groups Projects
Commit f8914c6b authored by Max-Ferdinand Zeterberg's avatar Max-Ferdinand Zeterberg
Browse files

fix(old metamark styles): delete old metamark styles

parent 79b5bdec
No related branches found
No related tags found
1 merge request!38Resolve "Remove "Double Line""
...@@ -115,18 +115,6 @@ hr.metamark-line::before { ...@@ -115,18 +115,6 @@ hr.metamark-line::before {
color: var(--theme-color); color: var(--theme-color);
} }
/*hr.metamark-line::before {
content: "metamark";
}
hr.metamark-line[data-rend]::before {
content: attr(data-rend);
}
hr.metamark-line[data-rend='doubleLine']::before {
content: "Double Line";
}*/
hr.metamark-line { hr.metamark-line {
display: block; display: block;
background-color:white; background-color:white;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment