This commit is contained in:
Violet 2024-02-02 15:25:58 +00:00 committed by GitHub
parent 7418f23890
commit 2b5a4f0636

View file

@ -73,7 +73,7 @@ a {
font-size: 1.3rem; font-size: 1.3rem;
border: 2px gray solid; border: 2px gray solid;
border-radius: 6px; border-radius: 6px;
background-color: black; background-color: rgb(15, 0, 30);
padding: 8px; padding: 8px;
margin: 3px; margin: 3px;
display: inline-block; display: inline-block;
@ -86,7 +86,7 @@ a {
} }
.chip:hover { .chip:hover {
background-color: rgb(20, 10, 30); background-color: rgb(65, 28, 101);
transform: scale(1); transform: scale(1);
/* font-size: 1.35rem; */ /* font-size: 1.35rem; */
border-color: white; border-color: white;