Added date to the startpage and option to disable it.

This commit is contained in:
deepjyoti30
2020-05-13 11:57:16 +05:30
parent 8babc4becc
commit 4a50ac0d42
21 changed files with 74 additions and 10 deletions

View File

@@ -10,6 +10,17 @@ $others: #81C784;
font-family: 'Roboto', sans-serif;
}
// JetBrains Mono
@font-face {
font-family: "JetBrains Mono";
src: url("../fonts/woff/JetBrainsMono-Regular.woff") format("woff"),
url("../fonts/woff2/JetBrainsMono-Regular.woff2") format("woff2");
}
.jetbrains-mono {
font-family: 'JetBrains Mono';
}
body {
height: 97.5vh;
display: flex;
@@ -17,21 +28,23 @@ body {
justify-content: center;
background: $background;
color: $foreground;
@extend .roboto;
@extend .jetbrains-mono;
}
.main {
width: 100%;
text-align: center;
#message {
padding-bottom: 35px;
#date-text {
padding-top: 15px;
color: darken($foreground, 15);
}
#search-bar {
width: 50%;
margin: 0 auto 50px auto;
height: 45px;
padding-top: 35px;
input {
height: inherit;