From 4f3584e9d3103ae4e8e3fa89c09b351a151a6b5f Mon Sep 17 00:00:00 2001 From: archos Date: Sat, 24 Aug 2024 21:01:39 +0200 Subject: [PATCH] =?UTF-8?q?p=C5=99id=C3=A1na=20ikonka=20k=20n=C3=A1vratu?= =?UTF-8?q?=20na=20domovskou=20str=C3=A1nku?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index/about/index.html | 6 ++++++ index/kontakty/index.html | 12 +++++++++--- index/news/news.html | 7 +++++++ style/style.css | 18 ++++++++++++++++++ 4 files changed, 40 insertions(+), 3 deletions(-) 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 */ +}