mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
13.47.2024 096e4bea10e49954efc7a4127c9f23067ff1137e
feat: colorize missing parts
1 files modified
22 ■■■■■ changed files
assets/scss/_content.scss 22 ●●●●● patch | view | raw | blame | history
assets/scss/_content.scss
@@ -78,6 +78,20 @@
  text-decoration: none;
}
.bio a:hover {
  color: $color-link-hover;
  border-bottom: 1px solid $color-link-hover;
}
.bio h1, .bio h2, .bio h3, .bio h4, .bio h5, .bio h6 {
  font-family: Lora, sans-serif;
  color: $color-text;
}
.bio ul, .bio ol, .bio pre {
  color: $color-text;
}
.text-block {
  margin-top: 0px;
  margin-bottom: 20px;
@@ -96,6 +110,10 @@
  line-height: 160%;
}
.list a:hover {
  color: $color-link-hover;
}
.credit {
  color: $color-credit;
  font-size: 13px;
@@ -151,6 +169,10 @@
  color: $color-credit;
}
.credit-links:hover {
  color: $color-link-hover;
}
.image {
  position: -webkit-sticky;
  position: sticky;