summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/src/global-styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/global-styles.css b/frontend/src/global-styles.css
index 4b644b66..b55284c7 100644
--- a/frontend/src/global-styles.css
+++ b/frontend/src/global-styles.css
@@ -7,4 +7,8 @@ body {
line-height: 1.5;
color: #111;
background-color: #fff;
+}
+
+.Button:hover {
+ box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.125);
} \ No newline at end of file
bgstack15