mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2025-01-10 16:12:09 +00:00
Mention visited link color
This commit is contained in:
parent
3cf4bd7191
commit
03e45ae848
2 changed files with 7 additions and 1 deletions
|
@ -150,6 +150,10 @@ Chris Siebenmann describes this in more detail:
|
||||||
|
|
||||||
In short: when setting colors, always set both the foreground and the background color. Don't set just one of the two.
|
In short: when setting colors, always set both the foreground and the background color. Don't set just one of the two.
|
||||||
|
|
||||||
|
Chris also describes the importance of visited link colors:
|
||||||
|
|
||||||
|
=> https://utcc.utoronto.ca/~cks/space/blog/web/RealBlogUsability RealBlogUsability
|
||||||
|
|
||||||
## Dark themes
|
## Dark themes
|
||||||
|
|
||||||
If you do explicitly set colors, please also include a dark theme using a media query:
|
If you do explicitly set colors, please also include a dark theme using a media query:
|
||||||
|
|
|
@ -136,7 +136,9 @@ Some users' browsers set default page colors that aren't black-on-white. For ins
|
||||||
{{< picture name="website_colors" alt="This page with a grey background behind black/grey headers and white-on-white code snippets" >}}
|
{{< picture name="website_colors" alt="This page with a grey background behind black/grey headers and white-on-white code snippets" >}}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<p>{{% indieweb-person first-name="Chris" last-name="Siebenmann" url="https://utcc.utoronto.ca/~cks/" %}} describes this in more detail in <a href="https://utcc.utoronto.ca/~cks/space/blog/web/AWebColoursProblem">AWebColoursProblem</a>. In short: when setting colors, always set both the foreground and the background color. Don't set just one of the two.</p>
|
A second opinion: {{% indieweb-person first-name="Chris" last-name="Siebenmann" url="https://utcc.utoronto.ca/~cks/" %}} describes this in more detail in <cite>[AWebColoursProblem](https://utcc.utoronto.ca/~cks/space/blog/web/AWebColoursProblem)</cite>. In short: when setting colors, always set both the foreground and the background color. Don't set just one of the two.
|
||||||
|
|
||||||
|
Chris also describes the importance of visited link colors in <cite>[RealBlogUsability](https://utcc.utoronto.ca/~cks/space/blog/web/RealBlogUsability)</cite>.
|
||||||
|
|
||||||
### Dark themes
|
### Dark themes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue