Added date to the startpage and option to disable it.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user