feat admin: change extension button color

This commit is contained in:
purple 2024-05-01 15:59:13 +02:00
parent 2f34d12dea
commit dd522ccece

View file

@ -89,7 +89,7 @@ tag[blue] {background-color:#288afb;}
text-overflow: ellipsis;
}
.extension-btn {
background-color:rgb(38, 50, 60);
background-color:#0a1b30;
color:#cad1d8;
border-color:#00000000;
height:calc(65px + 14px);
@ -104,7 +104,7 @@ tag[blue] {background-color:#288afb;}
.extension-btn:hover,
.extension-btn:active,
.extension-btn:focus {
background-color:rgb(38, 50, 60);
background-color:#0a1b30;
color:#cad1d8 !important;
border-color:#00000000;
}
@ -116,7 +116,7 @@ tag[blue] {background-color:#288afb;}
aspect-ratio: 1/1;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
background: linear-gradient(90deg, rgba(38, 50, 60, 0.35) 0%, rgb(38, 50, 60) 100%);
background: linear-gradient(90deg, rgba(10, 27, 48, 0.35) 0%, rgb(10, 27, 48) 100%);
}
.byte-img {