Add font to marketplace and cloaking

This commit is contained in:
Echo 2024-10-12 17:27:21 -04:00
parent 4ad7ae80cd
commit 3005c96139
No known key found for this signature in database
GPG key ID: 70D4E283276672FB
2 changed files with 2 additions and 0 deletions

View file

@ -115,6 +115,7 @@ const presetCloaks = [
border: 0; border: 0;
color: var(--text-color); color: var(--text-color);
cursor: pointer; cursor: pointer;
font-family: "Varela Round", sans-serif !important;
} }
.cloak-custom-input { .cloak-custom-input {
height: 40px; height: 40px;

View file

@ -124,6 +124,7 @@ export const getStaticPaths = () => {
pointer-events: all; pointer-events: all;
cursor: pointer; cursor: pointer;
z-index: 99; z-index: 99;
font-family: 'Varela Round', sans-serif !important;
} }
.marketplace-btn.installed { .marketplace-btn.installed {
filter: brightness(0.8); filter: brightness(0.8);