Compare commits

...

2 commits

Author SHA1 Message Date
5bf7a0abe0
swap/empty
All checks were successful
/ job (push) Successful in 1m25s
2025-04-17 00:47:12 +02:00
171422cf52
swap/content 2025-04-17 00:44:56 +02:00
2 changed files with 3 additions and 1 deletions

View file

@ -340,7 +340,7 @@
<h1 class="title">DevOps</h1> <h1 class="title">DevOps</h1>
<p class="sub">@ <a href="https://fr.wikipedia.org/wiki/Ministère_des_Armées">Ministère des Armées</a></p> <p class="sub">@ <a href="https://fr.wikipedia.org/wiki/Ministère_des_Armées">Ministère des Armées</a></p>
</div> </div>
<button id="swap"></button> <button id="swap"></button>
</header> </header>
<ul>Toujours curieux des technologies informatiques, explorant et automatisant : <ul>Toujours curieux des technologies informatiques, explorant et automatisant :
<li>amorçage, construction, configuration, sécurisation, maintien de systèmes <strong>Linux</strong></li> <li>amorçage, construction, configuration, sécurisation, maintien de systèmes <strong>Linux</strong></li>

View file

@ -57,6 +57,8 @@
#link, #theme, #swap { #link, #theme, #swap {
background-color: var(--button-background); background-color: var(--button-background);
} }
#swap::after { content: "←"; }
body.swap #swap::after { content: "→"; }
#vcard { #vcard {
background-color: var(--qrcode-background); background-color: var(--qrcode-background);
} }