Add font to marketplace and cloaking
This commit is contained in:
parent
4ad7ae80cd
commit
3005c96139
2 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ const presetCloaks = [
|
|||
border: 0;
|
||||
color: var(--text-color);
|
||||
cursor: pointer;
|
||||
font-family: "Varela Round", sans-serif !important;
|
||||
}
|
||||
.cloak-custom-input {
|
||||
height: 40px;
|
||||
|
|
|
|||
|
|
@ -124,6 +124,7 @@ export const getStaticPaths = () => {
|
|||
pointer-events: all;
|
||||
cursor: pointer;
|
||||
z-index: 99;
|
||||
font-family: 'Varela Round', sans-serif !important;
|
||||
}
|
||||
.marketplace-btn.installed {
|
||||
filter: brightness(0.8);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue