Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Links color not being set correctly #31

Open
olivercoad opened this issue Sep 28, 2020 · 0 comments
Open

Links color not being set correctly #31

olivercoad opened this issue Sep 28, 2020 · 0 comments

Comments

@olivercoad
Copy link

The color of links in dark mode is too dark against the dark background , resulting in a contrast of only 2.99.

image
image

I'm not sure why the default blue-light is not working. Defining the sass variables the same as the defaults before importing produces a nice light blue with good contrast.

@import "~bulma/bulma";
$blue-light: hsl(209, 71%, 63%);
$link-dark: $blue-light;
@import "~bulma-prefers-dark/bulma-prefers-dark";

image
image

olivercoad added a commit to check-face/facemorph.me that referenced this issue Sep 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant