This commit is contained in:
Yann Esposito (Yogsototh) 2022-09-29 14:47:52 +02:00
parent f47cabff24
commit cce2fa901d
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
3 changed files with 11 additions and 6 deletions

View File

@ -65,6 +65,11 @@ header > .content { padding-top: 0; text-align: left; }
header > .content > h1 { padding: 0; margin: 0; text-align: left; }
footer { padding: 1rem; }
figure img { width: 100%; }
#logo svg:hover .e { fill: rgba(255,255,255,0.5); }
#logo svg:hover .i0 { fill: var(--r); stroke: var(--r); }
#logo svg:hover .i1 { fill: var(--r); stroke: var(--o); }
img { max-width: 100%; border: solid; }
li p { margin: 0; padding: 0; }
li > img, p > img { max-height: 1.5em; vertical-align: middle; }

View File

@ -21,9 +21,9 @@
<div class="vis-hidden">Go to Home</div>
<svg width="5em" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="30" stroke="#a3aec2" stroke-width="1" fill="#2E3440"></circle>
<circle cx="32" cy="32" r="12" stroke="#800" stroke-width="1" fill="#c20"></circle>
<circle cx="32" cy="32" r="5" stroke-width="1" stroke="#f60" fill="#fa0"></circle>
<ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="#FFF"></ellipse>
<circle class="i1" cx="32" cy="32" r="12" stroke="#800" stroke-width="1" fill="#c20"></circle>
<circle class="i0" cx="32" cy="32" r="5" stroke-width="1" stroke="#f60" fill="#fa0"></circle>
<ellipse class="e" cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="#FFF"></ellipse>
</svg>
</a>
</div>

View File

@ -23,9 +23,9 @@
<div class="vis-hidden">Go to Home</div>
<svg width="5em" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="30" stroke="#a3aec2" stroke-width="1" fill="#2E3440"></circle>
<circle cx="32" cy="32" r="12" stroke="#800" stroke-width="1" fill="#c20"></circle>
<circle cx="32" cy="32" r="5" stroke-width="1" stroke="#f60" fill="#fa0"></circle>
<ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="#FFF"></ellipse>
<circle class="i1" cx="32" cy="32" r="12" stroke="#800" stroke-width="1" fill="#c20"></circle>
<circle class="i0" cx="32" cy="32" r="5" stroke-width="1" stroke="#f60" fill="#fa0"></circle>
<ellipse class="e" cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="#FFF"></ellipse>
</svg>
</a>
</div>