From c26967113c7f2c9115ed49595807876f61f89a46 Mon Sep 17 00:00:00 2001 From: dheerajgajula02 Date: Sat, 27 Dec 2025 17:24:03 -0600 Subject: [PATCH] adding a small update --- assets/css/styles.css | 11 +++++++++++ index.html | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 17536a2..8a3ec7c 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -121,6 +121,17 @@ body { color: var(--text); } +.notes-card__update { + margin-top: 0.75rem; + padding: 0.6rem 0.9rem; + background: rgba(255, 255, 255, 0.02); + border: 1px solid rgba(255, 255, 255, 0.04); + border-radius: 8px; + color: var(--muted); + font-size: 0.95rem; + font-style: italic; +} + .visual-card { border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 28px; diff --git a/index.html b/index.html index 63ddb18..2020767 100644 --- a/index.html +++ b/index.html @@ -62,8 +62,9 @@
  • I run Wireguard VPN on top of that so i can access my servers from anywhere in the world
  • I use Cloudflare as my DNS provider and also as a CDN for some of my sites
  • I use Let's Encrypt for SSL certificates
  • -
  • If your ISP still doenst support IPV6 then you should seriously consider switching ISPs
  • +
  • If your ISP still doesnt support IPV6 then you should seriously consider switching ISPs
  • +

    Note: As soon as the winter break is over I will make the uptime of my services public; I'm still making small changes.