summaryrefslogtreecommitdiff
path: root/scss/modules/btn.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/modules/btn.scss')
-rw-r--r--scss/modules/btn.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/scss/modules/btn.scss b/scss/modules/btn.scss
index 1d52b9c..e9db392 100644
--- a/scss/modules/btn.scss
+++ b/scss/modules/btn.scss
@@ -1,7 +1,5 @@
.btn {
display: block;
- box-sizing: border-box;
- color: var(--text-color);
border: solid var(--relative-eighth-rem) var(--text-color);
font-weight: 600;
text-align: center;
@@ -33,3 +31,10 @@
.btn:active {
transform: scale(1.1, 1.1);
}
+
+/* Override anchor styling. */
+a.btn {
+ color: var(--text-color);
+ text-decoration: none;
+}
+