more work
This commit is contained in:
parent
aafda03ccf
commit
5a5f453aaf
2 changed files with 6 additions and 1 deletions
2
TODO
2
TODO
|
@ -5,3 +5,5 @@ handle dark/light theming correctly (https://www.joshwcomeau.com/react/dark-mode
|
||||||
get code blocks working properly
|
get code blocks working properly
|
||||||
|
|
||||||
ico?
|
ico?
|
||||||
|
|
||||||
|
add CSS styling rule(s) so headers don't get link colors
|
||||||
|
|
|
@ -29,7 +29,10 @@ body.light{
|
||||||
--link-unclicked: #2535B4;
|
--link-unclicked: #2535B4;
|
||||||
--link-clicked: #832244;
|
--link-clicked: #832244;
|
||||||
/*#E6DDE6
|
/*#E6DDE6
|
||||||
* #dce2e5*/
|
* #dce2e5
|
||||||
|
*
|
||||||
|
* promising
|
||||||
|
* #b4d2ec*/
|
||||||
|
|
||||||
--header-bg: #dce5dc;
|
--header-bg: #dce5dc;
|
||||||
/*#841163
|
/*#841163
|
||||||
|
|
Loading…
Reference in a new issue