diff --git a/css/style.css b/css/style.css index b0cc4f4..b0508c2 100644 --- a/css/style.css +++ b/css/style.css @@ -111,6 +111,24 @@ html, body { font-weight: 700; } +/* ---- portal to SOLARGOD (sibling orrery) ---- */ +.portal-link { + display: block; + text-align: center; + padding: 6px 8px; + font-size: 11px; + color: var(--dim); + text-decoration: none; + background: rgba(255, 255, 255, 0.03); + border: 1px solid var(--border); + border-radius: 8px; + transition: all 0.15s; +} +.portal-link:hover { + color: var(--accent); + border-color: var(--accent); +} + /* ---- layer rows ---- */ #layers { display: flex; diff --git a/index.html b/index.html index ec3ea21..15c6fdc 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,8 @@
+ ๐Ÿช SOLARGOD