diff --git a/apps/core/management/commands/seed_content.py b/apps/core/management/commands/seed_content.py index a910e1d..df3959c 100644 --- a/apps/core/management/commands/seed_content.py +++ b/apps/core/management/commands/seed_content.py @@ -254,7 +254,7 @@ FAQ_ENTRIES = [ { "question": "Where can I get support or report issues?", "answer": ( - "Support is available via email at support@radiuma.ca and through our " + "Support is available via email at support@radiuma.com and through our " "community Discord server. For bug reports and feature requests, please " "use the Discord forum or contact us directly by email." ), @@ -374,7 +374,7 @@ DOWNLOAD_ITEMS = [ class Command(BaseCommand): - help = "Seed the database with initial Radiuma / Radiuma content from radiuma.ca" + help = "Seed the database with initial Radiuma / Radiuma content from radiuma.com" def add_arguments(self, parser): parser.add_argument( diff --git a/static/css/main.css b/static/css/main.css index 3b5acab..a2942d0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -342,8 +342,8 @@ h1, h2, h3, h4, h5, h6 { } .brand-icon { - width: 34px; - height: 34px; + width: 26px; + height: 26px; border-radius: 8px; object-fit: cover; display: block; @@ -571,7 +571,7 @@ h1, h2, h3, h4, h5, h6 { width: 420px; top: 5%; left: -80px; - opacity: 0.18; + opacity: 0.04; filter: blur(2px); animation: blob-morph 16s ease-in-out infinite; } @@ -580,7 +580,7 @@ h1, h2, h3, h4, h5, h6 { width: 380px; top: 15%; right: -60px; - opacity: 0.13; + opacity: 0.01; filter: blur(1px); animation: blob-morph 20s ease-in-out infinite reverse; } @@ -2847,7 +2847,7 @@ a.citation-count-badge:hover { background: linear-gradient( to right, rgba(7, 7, 19, 0.88) 0%, - rgba(7, 7, 19, 0.45) 28%, + rgba(7, 7, 19, 0.45) 48%, transparent 62% ); z-index: 2; @@ -2857,13 +2857,13 @@ a.citation-count-badge:hover { .hero-app-preview img { width: 100%; display: block; - opacity: 0.15; + opacity: 0.65; border-radius: var(--radius-xl); transition: opacity 0.5s ease; } .hero-app-preview:hover img { - opacity: 0.42; + opacity: 1; } /* ============================================================ diff --git a/templates/pages/contact.html b/templates/pages/contact.html index d36c182..d74e0d6 100644 --- a/templates/pages/contact.html +++ b/templates/pages/contact.html @@ -85,7 +85,7 @@
For direct software support:
- support@radiuma.ca + support@radiuma.com