diff options
author | bd <bdunahu@operationnull.com> | 2024-07-15 02:35:39 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-07-15 02:35:39 -0600 |
commit | fc104353fbdcd592809f0e733de5844b5ade8f3d (patch) | |
tree | b4cba1af119d4cca7d021932ebc4e799ac5a1ced | |
parent | 733194e8567bc495db88de9b0ae1b228d59572fe (diff) |
Sharpen avatar, minor css + accent color tweaks
-rw-r--r-- | content/assets/raven.png | bin | 45670 -> 41709 bytes | |||
-rw-r--r-- | content/assets/site.css | 5 |
2 files changed, 2 insertions, 3 deletions
diff --git a/content/assets/raven.png b/content/assets/raven.png Binary files differindex 3604202..f103375 100644 --- a/content/assets/raven.png +++ b/content/assets/raven.png diff --git a/content/assets/site.css b/content/assets/site.css index 5309225..6fbfdb2 100644 --- a/content/assets/site.css +++ b/content/assets/site.css @@ -5,7 +5,7 @@ body { background: #000; color: #aaaabb; margin: 0; - border-top: 3px solid #300065; + border-top: 3px solid #4101dc; } @media (max-width: 799px) { @@ -72,7 +72,7 @@ body p { body a { text-decoration: none; - color: #3000a9; + color: #3001dc; } body a:hover { color: #841076; @@ -152,7 +152,6 @@ intro p { } intro img { - padding-top: 30px; border-radius: 100%; width: 100px; } |