From 45ef5a1a64544c7f4eab2d7223e5d9bdb5eacae9 Mon Sep 17 00:00:00 2001 From: Charlotte Croce Date: Sat, 19 Apr 2025 00:09:32 -0400 Subject: [PATCH] 4-19 --- index.html | 7 ++++--- style.css | 6 ++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a3de997..92c6309 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@

Hi! I'm Charlotte

About Me

I'm a cybersecurity student from the Northeast USA. I do security engineering at the Leahy Center in Burlington, VT.

-

You can find most of my personal stuff on my Codeberg (opens in new tab) account.

+

You can find most of my personal stuff on my Codeberg(opens in new tab) account.

@@ -52,13 +52,13 @@
@@ -75,6 +75,7 @@
  • BookWyrm
  • © Charlotte Croce

    +

    If you like the colors of this website, check out my VS Code Theme(opens in new tab)

    diff --git a/style.css b/style.css index e974468..db7d172 100644 --- a/style.css +++ b/style.css @@ -337,6 +337,12 @@ footer { margin: 0 var(--space-xs); } +.theme-note { + margin-top: var(--space-md); + padding: var(--space-sm) var(--space-md); + display: inline-block; +} + /* Dark mode */ .dark-mode { --pink-50: #3A2A35;