aboutsummaryrefslogtreecommitdiff
path: root/examples/docs/src/components/Header/AstroLogo.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/components/Header/AstroLogo.astro')
-rw-r--r--examples/docs/src/components/Header/AstroLogo.astro6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/docs/src/components/Header/AstroLogo.astro b/examples/docs/src/components/Header/AstroLogo.astro
index ff1939ad9..124865f1b 100644
--- a/examples/docs/src/components/Header/AstroLogo.astro
+++ b/examples/docs/src/components/Header/AstroLogo.astro
@@ -4,12 +4,10 @@ const {size} = Astro.props;
<svg class="logo" width={size} height={size} viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<style>
#flame {
- /* fill: #ff5d01; */
- fill: #3894ff;
+ fill: var(--theme-text-accent);
}
#a {
- /* fill: #000014; */
- fill: #3894ff;
+ fill: var(--theme-text-accent);
}
</style>
<title>Logo</title>