hide link text

This commit is contained in:
Yann Esposito (Yogsototh) 2022-09-29 11:37:36 +02:00
parent 6b5600964c
commit fc0249f599
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
3 changed files with 5 additions and 2 deletions

View file

@ -31,6 +31,7 @@ hr { opacity: 0.3; }
padding: 1rem;
}
#logo svg { width: 5em; }
#logo div { display: none; }
#preamble, #postamble { text-align: center; }
#content,.content,#postamble {
padding: 0 1rem;

View file

@ -18,7 +18,8 @@
<div class="main">
<header role="banner" id="preamble">
<div id="logo">
<a href="/" title="logo; back to root page">
<a href="/">
<div>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>

View file

@ -19,7 +19,8 @@
<body>
<div class="main">
<div id="logo">
<a href="/" title="logo, back to root page">
<a href="/">
<div>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>