diff --git a/index.html b/index.html index f862cbc..c67c6f6 100644 --- a/index.html +++ b/index.html @@ -154,6 +154,23 @@ .weeknote .date { grid-area: date; } + + /* notes style */ + .notes { + font-family: Arial, Helvetica, sans-serif; + text-decoration: none; + background-color: white; + color: #111; + padding: 1rem 0.5rem; + border: 2px dashed #f0f8; + } + .notes p { + margin: 0; + } + .notes .n1 { + font-size: 2rem; + font-weight: bold; + } @@ -193,6 +210,12 @@

Why not check out:

many links + +

notes by alifeee

+

+ short, text-only notes, mostly about programming. +

+