zaloha 19.4

This commit is contained in:
2024-04-19 23:02:56 +02:00
parent 3ae7414d74
commit 8274f029e3
61 changed files with 3337 additions and 48 deletions

View File

@ -39,6 +39,7 @@
<!-- EOS - navigation -->
<nav>
<ul>
<li><a href="/index.html">Domů</a></li>
<li><a href="/novinky/index.html">Novinky</a></li>
<li><a href="/wiki/index.html">Wiki</a></li>
<li><a href="/clanky/index.html">Články</a></li>
@ -118,6 +119,9 @@
A to je vše,teď by Vám nastavení jasu mělo jít pomocí funkčních
kláves.
</p>
<code
><a href="https://lukaskanka.cz/" target="_blank">Kankys</a>
16.4.2024</code
</section>
</main>
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">

View File

@ -183,7 +183,9 @@ h3 {
color: #734f96;
}
/* CodeBox */
code {
background-color: aliceblue;
}
/* CodeBox */