From cce2fa901d6b2c0ba7aeca7435552d22d8badf5d Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 29 Sep 2022 14:47:52 +0200 Subject: [PATCH] svg play --- src/css/y.css | 5 +++++ templates/index.html | 6 +++--- templates/post.html | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/css/y.css b/src/css/y.css index 652d54d..428b7b4 100644 --- a/src/css/y.css +++ b/src/css/y.css @@ -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; } diff --git a/templates/index.html b/templates/index.html index 44883c5..170631c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,9 +21,9 @@
Go to Home
- - - + + + diff --git a/templates/post.html b/templates/post.html index 588d993..e5b7d81 100644 --- a/templates/post.html +++ b/templates/post.html @@ -23,9 +23,9 @@
Go to Home
- - - + + +