diff --git a/assets/sass/pages/blog.scss b/assets/sass/pages/blog.scss index 298cae7..f3dface 100644 --- a/assets/sass/pages/blog.scss +++ b/assets/sass/pages/blog.scss @@ -591,6 +591,21 @@ flex-direction: column; gap: 15px; color: greenyellow; + + a { + color: #0f0; + text-decoration: none; + border-bottom: 1px dotted rgba(0, 255, 0, 0.5); + transition: all 0.3s ease; + + &:hover { + color: cyan; + border-bottom-style: solid; + border-bottom-color: rgba(0, 255, 0, 0.8); + text-shadow: 0 0 10px rgba(0, 255, 0, 0.8); + background: rgba(0, 255, 0, 0.05); + } + } } .contact-email, diff --git a/assets/sass/pages/resources.scss b/assets/sass/pages/resources.scss index a6869b0..e16bafe 100644 --- a/assets/sass/pages/resources.scss +++ b/assets/sass/pages/resources.scss @@ -777,7 +777,8 @@ } @include media-down(md) { - &::before, &::after { + &::before, + &::after { content: none; } } @@ -1237,6 +1238,20 @@ margin-bottom: 1.5rem; line-height: 1.6; } + + a { + color: #66ccff; + text-decoration: none; + border-bottom: 1px solid rgba(0, 150, 255, 0.3); + transition: all 0.3s ease; + font-family: "Consolas", "Monaco", monospace; + + &:hover { + color: #ff7800; + border-bottom-color: rgba(255, 120, 0, 0.6); + text-shadow: 0 0 8px rgba(0, 150, 255, 0.5); + } + } } .contact-email, diff --git a/layouts/partials/contact-section.html b/layouts/partials/contact-section.html index f06baa7..76797c6 100644 --- a/layouts/partials/contact-section.html +++ b/layouts/partials/contact-section.html @@ -2,9 +2,10 @@
- If you found this interesting, have any comments, questions, - corrections, or just fancy saying "hello" please feel free to get - in touch. + If you found this interesting, have any comments, questions, corrections, + or just fancy saying "hello" please feel free to get in touch. If you + really enjoyed it you could consider + buying me a coffee.