summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-06 22:40:08 -0400
committerpommicket <pommicket@gmail.com>2023-09-06 22:40:08 -0400
commitc7b9db0d1bf3ae55c7e70207c636ced8606902ec (patch)
tree539995efe448a1eaa71ae3f11479c2b05c02cfb5 /style.css
parent6cb40e9bc8c5f15a0c5158fe2c65b507221e4b4d (diff)
add some more widgets, cleanup
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;
}