diff options
author | JJ <nicetry@noemail.com> | 2025-03-31 21:08:41 +0100 |
---|---|---|
committer | JJ <nicetry@noemail.com> | 2025-03-31 21:08:41 +0100 |
commit | 2e0b9c97af457da5c6afda611d48e59047d4cdb8 (patch) | |
tree | 199d10037f790bcade2ac86f478c10da77bbc771 /static/style | |
parent | 17529f38f4b4edf7249e18418ddfcc3f818a006d (diff) |
Basic AI functionality
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%; |