Skip to content

Commit

Permalink
hotfix: outdated purple accent, pages w/ c-message (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Dec 1, 2023
1 parent 803f007 commit 73a87bc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{# Load message styles from Core-Styles at the same version Core-CMS has #}
{# FAQ: APCD-CMS uses default TACC_CORE_STYLES_VERSION = 0, so v0.13.0 #}
<link href="https://unpkg.com/@tacc/[email protected]/dist/components/c-message.css" rel="stylesheet">
{# HACK: Load up-to-date Core-Styles colors #}
{# FAQ: Core-Styles v0.13.0 has outdated colors, loading directly overrides Core-CMS site.css color fix #}
<link href="https://unpkg.com/@tacc/[email protected]/dist/settings/color.css" rel="stylesheet">
<style>
.c-message a {
/* Fix Core-Styles v0 bug */
Expand Down

0 comments on commit 73a87bc

Please sign in to comment.