fix: set back font defaults
This commit is contained in:
parent
186d3c7a0a
commit
64131e6f9c
6 changed files with 6 additions and 6 deletions
2
app.vue
2
app.vue
|
@ -65,7 +65,7 @@ useHead({
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
font-family: var(--preferred-font);
|
font-family: var(--preferred-font), Arial, Helvetica, sans-serif;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
background: var(--optional-body-background);
|
background: var(--optional-body-background);
|
||||||
|
|
|
@ -23,5 +23,5 @@
|
||||||
--standard-radius: .5em;
|
--standard-radius: .5em;
|
||||||
--button-radius: .6em;
|
--button-radius: .6em;
|
||||||
--pfp-radius: 100%;
|
--pfp-radius: 100%;
|
||||||
--preferred-font: "Arial, Helvetica, sans-serif";
|
--preferred-font: "Arial";
|
||||||
}
|
}
|
|
@ -23,5 +23,5 @@
|
||||||
--standard-radius: .5em;
|
--standard-radius: .5em;
|
||||||
--button-radius: .6em;
|
--button-radius: .6em;
|
||||||
--pfp-radius: 100%;
|
--pfp-radius: 100%;
|
||||||
--preferred-font: "Arial, Helvetica, sans-serif";
|
--preferred-font: "Arial";
|
||||||
}
|
}
|
|
@ -24,7 +24,7 @@
|
||||||
--standard-radius: .5em;
|
--standard-radius: .5em;
|
||||||
--button-radius: .6em;
|
--button-radius: .6em;
|
||||||
--pfp-radius: 100%;
|
--pfp-radius: 100%;
|
||||||
--preferred-font: "Arial, Helvetica, sans-serif";
|
--preferred-font: "Arial";
|
||||||
|
|
||||||
--optional-body-background: ; /* background element for the body */
|
--optional-body-background: ; /* background element for the body */
|
||||||
--optional-chat-background: ; /* background element for the chat box */
|
--optional-chat-background: ; /* background element for the chat box */
|
||||||
|
|
|
@ -23,5 +23,5 @@
|
||||||
--standard-radius: .5em;
|
--standard-radius: .5em;
|
||||||
--button-radius: .6em;
|
--button-radius: .6em;
|
||||||
--pfp-radius: 100%;
|
--pfp-radius: 100%;
|
||||||
--preferred-font: "Arial, Helvetica, sans-serif";
|
--preferred-font: "Arial";
|
||||||
}
|
}
|
|
@ -23,7 +23,7 @@
|
||||||
--standard-radius: .5em;
|
--standard-radius: .5em;
|
||||||
--button-radius: .6em;
|
--button-radius: .6em;
|
||||||
--pfp-radius: 100%;
|
--pfp-radius: 100%;
|
||||||
--preferred-font: "Arial, Helvetica, sans-serif";
|
--preferred-font: "Arial";
|
||||||
|
|
||||||
/* --optional-body-background: background */
|
/* --optional-body-background: background */
|
||||||
--optional-body-background: linear-gradient(45deg, #ed222480, #ed222480, #ed222480, #ed222480, #ed222480, #ed222480, #f35b2280, #f9962180, #f5c11e80, #f1eb1b80, #f1eb1b80, #f1eb1b80, #63c72080, #0c9b4980, #21878d80, #3954a580, #61379b80, #93288e80);
|
--optional-body-background: linear-gradient(45deg, #ed222480, #ed222480, #ed222480, #ed222480, #ed222480, #ed222480, #f35b2280, #f9962180, #f5c11e80, #f1eb1b80, #f1eb1b80, #f1eb1b80, #63c72080, #0c9b4980, #21878d80, #3954a580, #61379b80, #93288e80);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue