From b50e6e9280a9311693f81b2006452bad736b0cf6 Mon Sep 17 00:00:00 2001 From: nobswebdev Date: Sat, 29 Aug 2026 01:50:36 +0200 Subject: [PATCH] add open source reference --- css/styles.css | 9 +++++++++ index.html | 10 +++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 1f25bf1..aa45c38 100644 --- a/css/styles.css +++ b/css/styles.css @@ -82,6 +82,15 @@ a:hover { margin: 0; } +.site-notice a { + color: var(--accent); + font-weight: 500; +} + +.site-notice a:hover { + color: var(--accent-light); +} + .site-header { position: sticky; top: 0; diff --git a/index.html b/index.html index 3bc1e27..5230e3e 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,15 @@