Better display layout and further visual improvments

This commit is contained in:
Alicia Sykes
2021-03-01 18:44:57 +00:00
parent f9bac8ceb0
commit a2023fcb4b
9 changed files with 29 additions and 23 deletions

View File

@@ -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);

View File

@@ -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;
}