css change and others

This commit is contained in:
zyqunix 2025-05-11 20:48:35 +02:00
parent 18f63aff63
commit 021a3789a5
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6
3 changed files with 9 additions and 5 deletions

View file

@ -118,7 +118,7 @@ footer {
.language-item {
display: block;
background-color: #3b3b3b;
background-color: #2b2b2b;
padding: 10px 15px;
border-radius: 8px;
transition: background-color 0.3s, transform 0.2s;
@ -127,7 +127,7 @@ footer {
}
.language-item:hover {
background-color: #4d4d4d;
background-color: #3b3b3b;
transform: translateY(-5px);
}