diff options
-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; } |