Skip to content

Commit 60aacdc

Browse files
committed
Add more annotation types to wiener kreis guidelines
1 parent d490484 commit 60aacdc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

styles/styles.wiener-kreis.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,25 @@
4747
text-decoration-color: hsl(46, 71%, 51%);
4848
text-decoration-thickness: 2px;
4949
}
50+
5051
#text > span:has(span.argument) {
5152
text-decoration: underline;
5253
text-decoration-color: hsl(188, 61%, 56%);
5354
text-decoration-thickness: 2px;
5455
}
56+
5557
#text > span:has(span.term) {
5658
text-decoration: underline;
5759
text-decoration-color: hsl(29, 78%, 48%);
5860
text-decoration-thickness: 2px;
5961
}
6062

63+
#text > span:has(span.concept) {
64+
text-decoration: underline;
65+
text-decoration-color: hsl(0, 9%, 34%);
66+
text-decoration-thickness: 2px;
67+
}
68+
6169
/* TODO: This is a hack since there is a annotion type as well as a subType "correction".
6270
Fix by changing classlists or annotation types? */
6371

0 commit comments

Comments
 (0)