Added HoaxShell

This commit is contained in:
Panagiotis Chartas 2023-02-16 18:04:50 +01:00 committed by GitHub
parent 2b454e5156
commit 8b8f6b9de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,6 +108,15 @@ Ain't got time for using CSS the right way. !important everything!
max-height: 20rem;
}
[data-theme="meme"] #hoaxshell-command {
border: none !important;
border-radius: 5px;
box-shadow: 10px 10px 20px 0px rgba(153, 28, 143, 0.75);
background-color: rgb(45, 139, 135);
color: #000;
max-height: 20rem;
}
[data-theme="meme"] .custom-select {
background-color: #f1c6ce;
color: #000;
@ -330,4 +339,4 @@ Ain't got time for using CSS the right way. !important everything!
100% {
color: orange;
}
}
}