aboutsummaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 639e191..a91b9df 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -76,6 +76,11 @@ label {
max-width: 100%;
}
+.regular-text {
+ font-size: inherit;
+ font-weight: inherit;
+}
+
.addition { background: #e6ffed; }
.deletion { background: #ffeef0; }
.addition ins {background: #acf2bd; text-decoration: none; }