fixed link colors so they're visible
parent
3ee61b7139
commit
6416d57f1a
|
@ -12,9 +12,9 @@ $spacing-unit: 30px !default;
|
||||||
|
|
||||||
$text-color: #fdfdfd !default;
|
$text-color: #fdfdfd !default;
|
||||||
$background-color: #111 !default;
|
$background-color: #111 !default;
|
||||||
$brand-color: white !default;
|
$brand-color: #b3b3b3 !default;
|
||||||
|
|
||||||
$grey-color: white !default;
|
$grey-color: #b3b3b3 !default;
|
||||||
$grey-color-light: lighten($grey-color, 40%) !default;
|
$grey-color-light: lighten($grey-color, 40%) !default;
|
||||||
$grey-color-dark: darken($grey-color, 80%) !default;
|
$grey-color-dark: darken($grey-color, 80%) !default;
|
||||||
|
|
||||||
|
|
|
@ -16,9 +16,11 @@
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
float: left;
|
float: left;
|
||||||
|
color: $text-color;
|
||||||
|
|
||||||
&,
|
&,
|
||||||
&:visited {
|
&:visited {
|
||||||
|
color: $text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
3
about.md
3
about.md
|
@ -6,5 +6,4 @@ permalink: /about/
|
||||||
|
|
||||||
{% asset jordanhan_portrait_180808_v2_white.svg %}
|
{% asset jordanhan_portrait_180808_v2_white.svg %}
|
||||||
|
|
||||||
## Hi!
|
Welcome to my net-art playground in ~town. Message me on [Mastodon](https://mastodon.social/@jahnertz) or on IRC in [tilde.town](irc://irc.tilde.town) (#design) and [tilde.chat](irc://irc.tilde.chat) (#meta).
|
||||||
This is my net-art playground in ~town. Message me on [mastodon](https://mastodon.social/@jahnertz) or on IRC in [tilde.town](irc://irc.tilde.town) (#design) and [tilde.chat](irc://irc.tilde.chat) (#meta).
|
|
||||||
|
|
Loading…
Reference in New Issue