diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-04 20:51:17 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-04 22:27:31 -0500 |
| commit | f6c0968139881e0ef0861a0d899f5d5aceb05f62 (patch) | |
| tree | a15f79abf01ed2f17786a32e92b1db03736996ba /src/layouts/Default.astro | |
| parent | f5efedcaf7ff2ad509304a6f44771d2bac2001fc (diff) | |
| download | personal-website-f6c0968139881e0ef0861a0d899f5d5aceb05f62.tar.gz personal-website-f6c0968139881e0ef0861a0d899f5d5aceb05f62.tar.bz2 personal-website-f6c0968139881e0ef0861a0d899f5d5aceb05f62.zip | |
Link to markdown guide; changed placeholder text; regex
Diffstat (limited to 'src/layouts/Default.astro')
| -rw-r--r-- | src/layouts/Default.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 72851a4..c0eb569 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -88,6 +88,7 @@ const date = new Date(); a { text-decoration: none; color: #d7fcc9; + transition: ease-in-out 0.2s; } a:hover { |
