summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css
index 78debd7..2f15ea4 100644
--- a/style.css
+++ b/style.css
@@ -338,6 +338,9 @@ input[type='number'] {
.inline-block {
display: inline-block;
}
+.no-text-decoration {
+ text-decoration: none;
+}
.no-wrap {
whitespace: no-wrap;
}