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

@@ -1,7 +1,14 @@
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.roboto, body {
.roboto {
font-family: 'Roboto', sans-serif; }
@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, body {
font-family: 'JetBrains Mono'; }
body {
height: 97.5vh;
display: flex;
@@ -13,12 +20,14 @@ body {
.main {
width: 100%;
text-align: center; }
.main #message {
padding-bottom: 35px; }
.main #date-text {
padding-top: 15px;
color: #d9d9d9; }
.main #search-bar {
width: 50%;
margin: 0 auto 50px auto;
height: 45px; }
height: 45px;
padding-top: 35px; }
.main #search-bar input {
height: inherit;
width: 100%;