summaryrefslogtreecommitdiff
path: root/public/css/modules/btn.css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-21 07:41:43 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-21 07:41:43 +0100
commit51c2d9da5c11c4328fd935e89789bac6fb7e5955 (patch)
treeef6ffb6486caa0ee34847941d9c965fb19e26345 /public/css/modules/btn.css
parent6fc3866931b3d27cb77bf9b8a6119cb4c72e67c7 (diff)
Better link styling
Diffstat (limited to 'public/css/modules/btn.css')
-rw-r--r--public/css/modules/btn.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/modules/btn.css b/public/css/modules/btn.css
index a928efe..732005b 100644
--- a/public/css/modules/btn.css
+++ b/public/css/modules/btn.css
@@ -15,6 +15,8 @@
}
.btn:hover {
+ color: var(--text-highlight-color);
+ border-color: var(--background-highlight-color);
background-color: var(--background-highlight-color);
text-decoration-color: transparent;
}