add rgba
This commit is contained in:
parent
d0d00a4cc8
commit
62659eeb1d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ void main(List<String> argsRaw) async {
|
||||||
<style>
|
<style>
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Sans:wght@800');
|
@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Sans:wght@800');
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: rgba(0, 0, 0, 0);
|
||||||
font-size: 25vw;
|
font-size: 25vw;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: "Momo Trust Sans", sans-serif;
|
font-family: "Momo Trust Sans", sans-serif;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue