Skip to content

Commit

Permalink
Fix visited link color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
irskep committed Aug 27, 2024
1 parent 093bade commit 2ebeef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/html/static/dj-variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@

/* Accents */
--c-linkblue: lightblue;
--c-linkpurple: purple;
--c-linkpurple: rgb(232, 120, 232);
}
}

0 comments on commit 2ebeef0

Please sign in to comment.