From cf75771cddd00f6fdb5160518d3f7509dc99ce33 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Apr 2025 23:47:22 +0200 Subject: [PATCH] no shadow --- notes/my_art.md | 9 +++++++++ notes/test.md | 0 notes/test2.md | 0 public/main.css | 10 +++------- 4 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 notes/my_art.md delete mode 100644 notes/test.md delete mode 100644 notes/test2.md diff --git a/notes/my_art.md b/notes/my_art.md new file mode 100644 index 0000000..e025938 --- /dev/null +++ b/notes/my_art.md @@ -0,0 +1,9 @@ +# My """art""" + +A while ago i got gifted an ipad mini by a family member, so out of interest i borrowed my sisters pencil and fell in love with learning how to draw. Drawing for some reason made me really statisfied/happy. So since then i've kept drawing (we're 2 months in now at the time of writing this) and really enjoyed it ever since. + +And then recently i've gotten into drawing on paper more, i mainly enjoy using the staedler .5mm fineliners and i also use a mechanical pencil. It's been really nice and improved my line control a lot i feel. + +Most of my "art" can be found on my tiktok account (Linked on the homepage). I haven't found a manageable way to keep them stored here so for now thats where they'll be since out of the social media platforms it's by far my favourite to use. I often private what i post because I feel insecure about my abilities, but i'm trying to get better at that. + + diff --git a/notes/test.md b/notes/test.md deleted file mode 100644 index e69de29..0000000 diff --git a/notes/test2.md b/notes/test2.md deleted file mode 100644 index e69de29..0000000 diff --git a/public/main.css b/public/main.css index ddd5072..eb04987 100644 --- a/public/main.css +++ b/public/main.css @@ -11,24 +11,20 @@ body { a:link { color: black; - text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000; } a:visited { - color: black; - text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000; + color: #111; } a:hover { - color: black; - text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000; + color: #111; } a:active { - color: black; - /*text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;*/ + color: #111; } * {