diff options
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style/style.css b/static/style/style.css index 748e8dd..9f92d77 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -16,6 +16,14 @@ color: var(--success); } +.cursor { + cursor: pointer; +} + +.inline-block { + display: inline-block; +} + body, html { min-height: 100%; |