Better display layout and further visual improvments
This commit is contained in:
@@ -2,10 +2,11 @@
|
||||
|
||||
/* Core Pallet */
|
||||
$background: #0b1021;
|
||||
$ascent: #0875c3;
|
||||
$ascent: #5cabca;
|
||||
|
||||
/* Action Colors */
|
||||
$transparent-black: #0000008a;
|
||||
$overflow-ellipse: #283e51;
|
||||
|
||||
/* Modified Colors */
|
||||
$bg-with-opacity: rgba($background, 0.8);
|
||||
|
||||
@@ -1,22 +1,23 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Inconsolata';
|
||||
src: url('./assets/Inconsolata-Light.ttf');
|
||||
}
|
||||
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: #282a32;
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Inconsolata', sans-serif;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Inconsolata', sans-serif;
|
||||
}
|
||||
|
||||
p, a, span, div, input {
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
font-family: 'Inconsolata', sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user