We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d490484 commit 60aacdcCopy full SHA for 60aacdc
styles/styles.wiener-kreis.css
@@ -47,17 +47,25 @@
47
text-decoration-color: hsl(46, 71%, 51%);
48
text-decoration-thickness: 2px;
49
}
50
+
51
#text > span:has(span.argument) {
52
text-decoration: underline;
53
text-decoration-color: hsl(188, 61%, 56%);
54
55
56
57
#text > span:has(span.term) {
58
59
text-decoration-color: hsl(29, 78%, 48%);
60
61
62
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
69
/* TODO: This is a hack since there is a annotion type as well as a subType "correction".
70
Fix by changing classlists or annotation types? */
71
0 commit comments