diff --git a/ansible-sandbox.html b/ansible-sandbox.html index 8f0f022..86d4756 100644 --- a/ansible-sandbox.html +++ b/ansible-sandbox.html @@ -113,16 +113,27 @@ gap: 0.25rem; } - .logo-text { + .logo-text-glow { background: var(--accent-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 1.5rem; font-weight: 600; + text-shadow: 0 0 10px rgba(59, 130, 246, 0.3); + position: relative; } - .logo-dot { + .logo-text-glow::before { + content: ""; + position: absolute; + inset: -5px; + background: radial-gradient(circle at center, rgba(59, 130, 246, 0.2), transparent 60%); + z-index: -1; + filter: blur(5px); + } + + .logo-dot-glow { color: var(--text-secondary); font-size: 1.5rem; font-weight: 600; @@ -1181,8 +1192,8 @@
diff --git a/images/android-chrome-192x192.png b/images/android-chrome-192x192.png index 12cfa4a..1d45a5b 100644 Binary files a/images/android-chrome-192x192.png and b/images/android-chrome-192x192.png differ diff --git a/images/android-chrome-512x512.png b/images/android-chrome-512x512.png index 1e11e64..9d4c533 100644 Binary files a/images/android-chrome-512x512.png and b/images/android-chrome-512x512.png differ diff --git a/images/apple-touch-icon.png b/images/apple-touch-icon.png index 05be094..dedcc0a 100644 Binary files a/images/apple-touch-icon.png and b/images/apple-touch-icon.png differ diff --git a/index.html b/index.html index 617e370..5a91090 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,7 @@ - +