aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-07-16 23:31:06 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-07-16 23:31:06 +0300
commit3ddb8c69f9cd5418bbdb28967fa6f80818f349cc (patch)
tree49cef7410613dcc745b1b244e59a7f4949148413
parent63994cfa4e31f9730ec351b982aa658687b657cf (diff)
downloadaaoth.xyz-3ddb8c69f9cd5418bbdb28967fa6f80818f349cc.tar.gz
aaoth.xyz-3ddb8c69f9cd5418bbdb28967fa6f80818f349cc.zip
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.
-rw-r--r--_sass/main.scss6
1 files changed, 6 insertions, 0 deletions
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;
}