Added a Timeline feature, removed the margin-bottom from article > header > h[1-6] And added the border-color for dark theme on the article > header

This commit is contained in:
Yohn 2024-11-12 04:59:34 -05:00
parent 26e82a693d
commit 359e51ee06
245 changed files with 14516 additions and 947 deletions

View file

@ -11,6 +11,11 @@
// - sanitize.css v13.0.0 | CC0 1.0 Universal | github.com/csstools/sanitize.css
//
// add smooth scrolling
html {
scroll-behavior: smooth;
}
// 1. Remove the margin in all browsers (opinionated)
body {
width: 100%;