styling tweaks, date formatting, blog tweaks
This commit is contained in:
parent
4260eb4134
commit
93858a4dd4
6 changed files with 37 additions and 9 deletions
|
@ -1,6 +1,8 @@
|
|||
@use "sass:color";
|
||||
|
||||
$grey-vdark: rgb(17, 24, 39);
|
||||
$grey-dark: lighten($grey-vdark, 5);
|
||||
$grey-medium: lighten($grey-vdark, 15);
|
||||
$grey-dark: color.adjust($grey-vdark, $lightness: 5%);
|
||||
$grey-medium: color.adjust($grey-vdark, $lightness: 15%);
|
||||
$grey-light: #4c566a;
|
||||
$white-dark: #d8dee9;
|
||||
$white-light: #eceff4;
|
||||
|
@ -89,14 +91,25 @@ body {
|
|||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
margin-bottom: 0rem;
|
||||
margin-top: 1rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
margin-bottom: 0.4rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
h3,
|
||||
h4,
|
||||
h5 {
|
||||
margin-bottom: 0rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0.6rem;
|
||||
margin-bottom: 1.2rem;
|
||||
margin-top: 0.4rem;
|
||||
margin-bottom: 1.4rem;
|
||||
}
|
||||
|
||||
code,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue