From 808ae29bfe0e858c031c6b8b85d4f966bb62a824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1?= Date: Thu, 8 Feb 2024 15:27:20 +0100 Subject: [PATCH] =?UTF-8?q?zv=C4=9Bt=C5=A1en=C3=AD=20p=C3=ADsma=20odkazu?= =?UTF-8?q?=2025px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- style.css | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f83b58..9eb32e7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # testing-docs.cz -Projekt [testing-docs.cz](https://testing-docs.cz/index.html) je wiki projekt pro každého testera. +Projekt [testing-docs.cz](https://testing-docs.cz/index.html) složí jako pomůcka pro každého testera. diff --git a/style.css b/style.css index c9f8866..749e221 100644 --- a/style.css +++ b/style.css @@ -163,3 +163,12 @@ th { .button { color: var(--special_white); } + +/* Zvětšení písma odkazu */ +.button { + transition: font-size 0.3s ease; +} + +.button:hover { + font-size: 25px; +}