update font
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
6cb8cd7a11
commit
e006b7ba80
|
@ -34,7 +34,7 @@
|
||||||
.page .text-panel {
|
.page .text-panel {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: -1.5em;
|
margin-left: -1.5em;
|
||||||
padding: 1.0em 1.5em;
|
padding: .2em 1.3em;
|
||||||
color: var(--foreground-inactive);
|
color: var(--foreground-inactive);
|
||||||
|
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
line-height: 1.25em;
|
line-height: 1.25em;
|
||||||
|
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
border-radius: 2em;
|
border-radius: 1.5em;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-color: var(--background-alt);
|
border-color: var(--background-alt);
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400&display=swap');
|
|
||||||
@import 'colors.css';
|
@import 'colors.css';
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
@ -6,7 +5,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Ubuntu', sans-serif;
|
font-family: sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
|
|
Loading…
Reference in New Issue