aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/BlogSingleLayout.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/BlogSingleLayout.astro')
-rw-r--r--src/layouts/BlogSingleLayout.astro5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/layouts/BlogSingleLayout.astro b/src/layouts/BlogSingleLayout.astro
index 3e0c616..70b62c2 100644
--- a/src/layouts/BlogSingleLayout.astro
+++ b/src/layouts/BlogSingleLayout.astro
@@ -95,11 +95,9 @@ const schema = {
small {
display: block;
- margin-bottom: 2rem;
- padding-bottom: 1.5rem;
+ margin-bottom: 1.5rem;
font-size: 0.95rem;
color: hsl(209, 20%, 50%);
- border-bottom: 2px solid rgba(0, 102, 204, 0.15);
}
time {
@@ -133,7 +131,6 @@ const schema = {
font-family: v.$monoFontStack;
text-decoration: none;
box-shadow: none !important;
- transition: all 0.2s ease;
&:hover {
background-color: rgba(0, 153, 255, 0.2);