all repos — aaoth.xyz @ 3ddb8c69f9cd5418bbdb28967fa6f80818f349cc

aaoth.xyz website

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
commit

3ddb8c69f9cd5418bbdb28967fa6f80818f349cc

parent

63994cfa4e31f9730ec351b982aa658687b657cf

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; }