aboutsummaryrefslogtreecommitdiff
path: root/static/style
diff options
context:
space:
mode:
authorJJ <nicetry@noemail.com>2025-03-31 21:08:41 +0100
committerJJ <nicetry@noemail.com>2025-03-31 21:08:41 +0100
commit2e0b9c97af457da5c6afda611d48e59047d4cdb8 (patch)
tree199d10037f790bcade2ac86f478c10da77bbc771 /static/style
parent17529f38f4b4edf7249e18418ddfcc3f818a006d (diff)
Basic AI functionality
Diffstat (limited to 'static/style')
-rw-r--r--static/style/style.css8
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%;