diff --git a/index/about/index.html b/index/about/index.html index 217d32c..b707a77 100644 --- a/index/about/index.html +++ b/index/about/index.html @@ -25,6 +25,10 @@ along with this program. If not, see . Mxchat Cz + .

Mxcahat Cz je platforma postavená na protokolu Matrix, která poskytuje bezpečnou a decentralizovanou komunikaci.

diff --git a/index/kontakty/index.html b/index/kontakty/index.html index c7811ec..8e7690b 100644 --- a/index/kontakty/index.html +++ b/index/kontakty/index.html @@ -24,6 +24,10 @@ along with this program. If not, see . Kontakty + .
diff --git a/index/news/news.html b/index/news/news.html index d1f457e..8e3f054 100644 --- a/index/news/news.html +++ b/index/news/news.html @@ -25,10 +25,17 @@ along with this program. If not, see . Novinky na Mxchatu +
diff --git a/style/style.css b/style/style.css index e60032c..a431a74 100755 --- a/style/style.css +++ b/style/style.css @@ -805,3 +805,21 @@ body { .spacer { height: 20px; /* Můžeš upravit hodnotu podle potřeby */ } +.page-header { + position: relative; + padding: 20px; + text-align: center; +} + +.home-link { + position: absolute; + top: 20px; + right: 20px; + font-size: 24px; + color: #000; /* Barva ikony */ + text-decoration: none; +} + +.home-link:hover { + color: #800; /* Barva ikony při hoveru */ +}