mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
css change and others
This commit is contained in:
parent
18f63aff63
commit
021a3789a5
3 changed files with 9 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue