summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index b45a1ed..0bc58c7 100644
--- a/static/style.css
+++ b/static/style.css
@@ -9,3 +9,15 @@
.text-shadow {
text-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
}
+
+.command {
+ text-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
+ color: rgb(5, 150, 105);
+ font-weight: 600;
+ font-family: monospace;
+ font-size: 16px;
+}
+
+.command:hover {
+ color: rgb(16, 185, 129);
+}