css: change color of links inside posts gray ones was kinda boring and also not recognizable as links. now they're blue, but one can confuse them with titles and subtitles, so maybe i'll change this later.
la-ninpre leobrekalini@gmail.com
Fri, 16 Jul 2021 23:31:06 +0300
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
M
_sass/main.scss
→
_sass/main.scss
@@ -125,6 +125,12 @@ margin: 1em 0;
border-radius: 25px 25px 25px 0px; border: 2px solid $color-main-grey; word-wrap: break-word; + a { + color: $color-main-blue; + } + a:hover { + color: $color-dark-blue; + } small p { display: inline; }