fixed link colors so they're visible
parent
3ee61b7139
commit
6416d57f1a
|
@ -12,9 +12,9 @@ $spacing-unit: 30px !default;
|
|||
|
||||
$text-color: #fdfdfd !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-dark: darken($grey-color, 80%) !default;
|
||||
|
||||
|
|
|
@ -16,9 +16,11 @@
|
|||
letter-spacing: -1px;
|
||||
margin-bottom: 0;
|
||||
float: left;
|
||||
color: $text-color;
|
||||
|
||||
&,
|
||||
&:visited {
|
||||
color: $text-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
3
about.md
3
about.md
|
@ -6,5 +6,4 @@ permalink: /about/
|
|||
|
||||
{% asset jordanhan_portrait_180808_v2_white.svg %}
|
||||
|
||||
## Hi!
|
||||
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).
|
||||
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).
|
||||
|
|
Loading…
Reference in New Issue