change color button

This commit is contained in:
Lukáš 2024-02-13 23:32:19 +01:00
parent 808ae29bfe
commit ea5574fe3d
1 changed files with 11 additions and 0 deletions

View File

@ -115,6 +115,12 @@ footer {
h1 {
font-family: cursive;
margin: 0px 0px 0px 30px;
transition: color 0.5s ease;
}
/* Změna barvy */
h1:hover {
color: red;
}
h2 {
@ -162,6 +168,11 @@ th {
.button {
color: var(--special_white);
transition: color 0.5s ease;
}
.button:hover {
color: red;
}
/* Zvětšení písma odkazu */