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;
|
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;
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue