aboutsummaryrefslogtreecommitdiff
path: root/xP/public/xP.css
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-05 22:53:34 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-05 23:22:09 +0200
commitd7b0b447b7e254d4af37f09acfa258956d24a7e0 (patch)
tree134f30af2bacc49239a7397574a2d1ea7871aa9c /xP/public/xP.css
parent25ad5ae0ec8afe0a8f60d7602ca2357f561246d6 (diff)
downloadxK-d7b0b447b7e254d4af37f09acfa258956d24a7e0.tar.gz
xK-d7b0b447b7e254d4af37f09acfa258956d24a7e0.tar.xz
xK-d7b0b447b7e254d4af37f09acfa258956d24a7e0.zip
xC/xP: turn the action asterisk into a rendition
Diffstat (limited to 'xP/public/xP.css')
-rw-r--r--xP/public/xP.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css
index 9a98c13..3aaff10 100644
--- a/xP/public/xP.css
+++ b/xP/public/xP.css
@@ -79,6 +79,9 @@ body {
.mark.part {
color: red;
}
+.mark.action {
+ color: darkred;
+}
.content {
padding: .1rem .3rem;
white-space: pre-wrap;