aboutsummaryrefslogtreecommitdiff
path: root/src/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts')
-rw-r--r--src/layouts/Default.astro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro
index 2181562..15d3c78 100644
--- a/src/layouts/Default.astro
+++ b/src/layouts/Default.astro
@@ -100,7 +100,7 @@ const date = new Date();
color: #609460;
}
- button {
+ .button {
padding: 10px 20px 10px 20px;
border-radius: 5px;
border: none;
@@ -110,12 +110,12 @@ const date = new Date();
transition: ease-in-out 0.2s;
}
- button:hover {
+ .button:hover {
background-color: #486e48;
transition: ease-in-out 0.2s;
}
- button:active {
+ .button:active {
background-color: #243824;
}