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 @@

Champlain Tech Journals

Notes, code, and lab write-ups from my Champlain College courses

- Source Code (opens in new tab) + Source Code(opens in new tab)

Nøkken Health

A Flutter app to track and analyze health data

- Source Code (opens in new tab) + Source Code(opens in new tab)
@@ -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;