This commit is contained in:
Marc Beninca 2025-02-16 22:52:05 +01:00
parent dc841974dc
commit 1189f91998
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 15 additions and 2 deletions

View file

@ -213,6 +213,8 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
</ul> </ul>
</article> </article>
<hr>
<article><header> <article><header>
<div class="org"><img class="org" src="img/cdad-bdx.png" alt="CDAD-BDX logo"> <div class="org"><img class="org" src="img/cdad-bdx.png" alt="CDAD-BDX logo">
<div class="position"> <div class="position">
@ -228,6 +230,8 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
</ul> </ul>
</article> </article>
<hr>
<article><header> <article><header>
<div class="org"><img class="org" src="img/cdad-bdx.png" alt="CDAD-BDX logo"> <div class="org"><img class="org" src="img/cdad-bdx.png" alt="CDAD-BDX logo">
<div class="position"> <div class="position">
@ -271,6 +275,8 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
</ul> </ul>
</article> </article>
<hr>
<article><header> <article><header>
<div class="org"><img class="org" src="img/ceam.png" alt="CEAM logo"> <div class="org"><img class="org" src="img/ceam.png" alt="CEAM logo">
<div class="position"> <div class="position">
@ -318,6 +324,8 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
</ul> </ul>
</article> </article>
<hr>
<article><header> <article><header>
<div class="position"> <div class="position">
<p class="title">Live Scan Grub Menu</p> <p class="title">Live Scan Grub Menu</p>
@ -354,6 +362,8 @@ BIND, CertBot, CSS, DNS, HTML, HTTPd, HTTPS, NginX, TomCat
</ul> </ul>
</article> </article>
<hr>
<article><header> <article><header>
<div class="org"><img class="org" src="img/cnam.png" alt="CNAM logo"> <div class="org"><img class="org" src="img/cnam.png" alt="CNAM logo">
<div class="position"> <div class="position">

View file

@ -4,7 +4,8 @@
--body-background: #fff; --body-background: #fff;
--body-text: #000; --body-text: #000;
--header-background: #ccc; --header-background: #ccc;
--qrcode-background: none; --qrcode-background: ;
--ruler-border: #888;
} }
@media screen { @media screen {
.dark { .dark {
@ -14,6 +15,7 @@
--body-text: #aaa; --body-text: #aaa;
--header-background: #444; --header-background: #444;
--qrcode-background: #aaa; --qrcode-background: #aaa;
--ruler-border: #444;
} }
} }
@ -96,7 +98,8 @@ h3 {
} }
hr { hr {
border: .1em dashed #888; border: .1em dashed;
border-color: var(--ruler-border);
margin-block: .25em; margin-block: .25em;
} }