Skip to content

Commit 660446e

Browse files
authored
[HFX-2026] Rename colliding CSS classes (cta-row, nav-link)
1 parent d723abd commit 660446e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

content/events/2026-halifax/welcome.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Description = "DevOpsDays Halifax 2026 — September 29, 2026 at Volta in downto
6666
letter-spacing: -0.01em;
6767
}
6868
.hfx26 .tagline { color: var(--text-2); font-size: 1.15em; max-width: 640px; margin: 0 auto 2em; line-height: 1.55; }
69-
.hfx26 .cta-row { display: flex; flex-wrap: wrap; gap: 0.85em; justify-content: center; }
69+
.hfx26 .hfx26-cta-row { display: flex !important; flex-wrap: wrap; gap: 0.85em; justify-content: center; background: transparent !important; padding: 0 !important; margin: 0 !important; }
7070
.hfx26 .hfx26-btn {
7171
display: inline-flex !important;
7272
align-items: center;
@@ -118,16 +118,16 @@ Description = "DevOpsDays Halifax 2026 — September 29, 2026 at Volta in downto
118118
.hfx26 .footer-cta { background: var(--surface); border-top: 1px solid var(--border); padding: 2.5em 2em; }
119119
.hfx26 .footer-cta h3 { text-align: center; margin: 0 0 1.25em; color: var(--text); font-size: 1.15em; font-weight: 600; }
120120
.hfx26 .nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0.65em; }
121-
.hfx26 .nav-link { background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 0.85em 1em; text-align: center; color: var(--text); font-weight: 500; transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease; }
122-
.hfx26 .nav-link:hover { border-color: var(--accent-3); color: var(--accent-3); text-decoration: none; transform: translateY(-1px); }
121+
.hfx26 .hfx26-nav-link { background: var(--bg) !important; border: 1px solid var(--border) !important; border-radius: 8px !important; padding: 0.85em 1em !important; text-align: center; color: var(--text) !important; font-weight: 500; transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease; text-decoration: none !important; }
122+
.hfx26 .hfx26-nav-link:hover { border-color: var(--accent-3) !important; color: var(--accent-3) !important; transform: translateY(-1px); }
123123
.hfx26 .conduct-note { color: var(--text-2); font-size: 0.95em; text-align: center; margin: 2em 0 0; }
124124
@media (max-width: 760px) {
125125
.hfx26 h1 { font-size: 2em; }
126126
.hfx26 .hero { padding: 2.75em 1.25em 2.25em; }
127127
.hfx26 .body { padding: 2em 1.25em; }
128128
.hfx26 .footer-cta { padding: 2em 1.25em; }
129129
.hfx26 .stats-row { grid-template-columns: 1fr; gap: 0.65em; }
130-
.hfx26 .cta-row { flex-direction: column; }
130+
.hfx26 .hfx26-cta-row { flex-direction: column !important; }
131131
.hfx26 .hfx26-btn { width: 100%; }
132132
.hfx26 .meta { font-size: 0.85em; }
133133
}
@@ -138,7 +138,7 @@ Description = "DevOpsDays Halifax 2026 — September 29, 2026 at Volta in downto
138138
<div class="meta"><span class="meta-dot"></span> September 29, 2026 &nbsp;·&nbsp; Volta &nbsp;·&nbsp; Downtown Halifax</div>
139139
<h1>DevOpsDays Halifax 2026</h1>
140140
<p class="tagline">A day dedicated to learning, collaboration, and community for practitioners across Atlantic Canada and beyond.</p>
141-
<div class="cta-row">
141+
<div class="hfx26-cta-row">
142142
<a class="hfx26-btn hfx26-btn-primary" href="https://talks.devopsdays.org/halifax-2026/cfp">Propose a Talk</a>
143143
<a class="hfx26-btn hfx26-btn-secondary" href="../sponsor/">Become a Sponsor</a>
144144
</div>
@@ -182,11 +182,11 @@ Description = "DevOpsDays Halifax 2026 — September 29, 2026 at Volta in downto
182182
<div class="footer-cta">
183183
<h3>Explore</h3>
184184
<div class="nav-grid">
185-
<a class="nav-link" href="../location/">Venue Info</a>
186-
<a class="nav-link" href="https://talks.devopsdays.org/halifax-2026/cfp">Propose a Talk</a>
187-
<a class="nav-link" href="../sponsor/">Become a Sponsor</a>
188-
<a class="nav-link" href="../conduct/">Code of Conduct</a>
189-
<a class="nav-link" href="../contact/">Contact Us</a>
185+
<a class="hfx26-nav-link" href="../location/">Venue Info</a>
186+
<a class="hfx26-nav-link" href="https://talks.devopsdays.org/halifax-2026/cfp">Propose a Talk</a>
187+
<a class="hfx26-nav-link" href="../sponsor/">Become a Sponsor</a>
188+
<a class="hfx26-nav-link" href="../conduct/">Code of Conduct</a>
189+
<a class="hfx26-nav-link" href="../contact/">Contact Us</a>
190190
</div>
191191
</div>
192192
</div>

0 commit comments

Comments
 (0)