Change frontend
This commit is contained in:
@@ -3,9 +3,10 @@
|
|||||||
<style>
|
<style>
|
||||||
body span{
|
body span{
|
||||||
color:white;
|
color:white;
|
||||||
font-family: 'Source Sans Pro', sans-serif;
|
font-family: Quicksand, sans-serif;
|
||||||
font-size: 20px;
|
font-size: 18pt;
|
||||||
font-weight: bold;
|
font-weight: 300;
|
||||||
|
letter-spacing: 0px;
|
||||||
}
|
}
|
||||||
.div_container{
|
.div_container{
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -51,6 +52,7 @@
|
|||||||
font-family: 'Source Sans Pro', sans-serif;
|
font-family: 'Source Sans Pro', sans-serif;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Quicksand%3A300%2C400%2C700%7CSource%20Sans%20Pro%3A400%2C400italic%2C600%2C700%2C700italic&display=swap" rel="stylesheet" nonce="">
|
||||||
<body style="background-color:black">
|
<body style="background-color:black">
|
||||||
<div style="width: 100%;" class="top_container">
|
<div style="width: 100%;" class="top_container">
|
||||||
<div style="width: 350px; display: flex;flex-grow: 1;align-content: stretch;justify-content:flex-start;">
|
<div style="width: 350px; display: flex;flex-grow: 1;align-content: stretch;justify-content:flex-start;">
|
||||||
|
Reference in New Issue
Block a user