Add some other style legally stolen on https://codepen.io/

This commit is contained in:
Laurent
2024-10-12 00:11:23 +02:00
parent 7f4070fda8
commit 9e07f00899
6 changed files with 142 additions and 18 deletions

View File

@@ -12,7 +12,7 @@
a
{
color: #303633;
color: #f1ecec;
display: flex;
justify-content: center;
align-items: center;
@@ -30,7 +30,7 @@
a:hover
{
transform: scale(1.1);
color: #f1ecec;
color: #303633;
}