about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--res/ua.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/ua.css b/res/ua.css
index 5c020ba0..8404c8b6 100644
--- a/res/ua.css
+++ b/res/ua.css
@@ -297,3 +297,11 @@ center {
 blink {
 	text-decoration: blink;
 }
+
+rt::before {
+	content: '(';
+}
+
+rt::after {
+	content: ')';
+}