From 3ddb8c69f9cd5418bbdb28967fa6f80818f349cc Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Fri, 16 Jul 2021 23:31:06 +0300 Subject: 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. --- _sass/main.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_sass/main.scss b/_sass/main.scss index 477a4f3..f72d3e3 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -125,6 +125,12 @@ ul { 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; } -- cgit v1.2.3