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; +}