diff --git a/routes/_components/AccountProfile.html b/routes/_components/AccountProfile.html index 508cb8d..65c87e7 100644 --- a/routes/_components/AccountProfile.html +++ b/routes/_components/AccountProfile.html @@ -7,7 +7,7 @@
- + {{profile.display_name}}
diff --git a/routes/_components/ExternalLink.html b/routes/_components/ExternalLink.html index 841b97c..c9e6f76 100644 --- a/routes/_components/ExternalLink.html +++ b/routes/_components/ExternalLink.html @@ -1,7 +1,7 @@ + class="{{className || ''}} {{showIcon ? 'external-link-with-icon' : ''}} {{normalIconColor ? 'normal-icon-color' : ''}}"> {{#if showIcon}} @@ -20,6 +20,9 @@ height: 14px; fill: var(--deemphasized-text-color); } + .external-link-with-icon.normal-icon-color svg { + fill: var(--body-text-color); + }