diff --git a/public/index.html b/public/index.html index 96057d7..84bc6a8 100644 --- a/public/index.html +++ b/public/index.html @@ -121,6 +121,9 @@

what's coming

i really wanna make a shader that emulates my "boxes" i've been drawing recently and use it as the background for this page. It's gonna be a wip but i think it's gonna be really cool if i can get it to work. I hope i can do it in 2d emulating 3d but i might have to do the 3d shader thing that i'm dreading

also i really wanna make a way for me to make posts about my thoughts. but i have no clue how to do it easily. Ideally i'd be able to upload from my phone. gotta figure something out for that.

+ + +

return

diff --git a/public/main.css b/public/main.css index 470ed06..19347bf 100644 --- a/public/main.css +++ b/public/main.css @@ -10,24 +10,24 @@ body { } a:link { - color: white; + color: black; text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000; } a:visited { - color: white; + color: black; text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000; } a:hover { - color: white; + color: black; text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000; } a:active { - color: white; + color: black; /*text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;*/ }