diff --git a/posts/hello.yaml b/posts/hello.yaml index e409d0f..b680872 100644 --- a/posts/hello.yaml +++ b/posts/hello.yaml @@ -1,4 +1,4 @@ title: hello author: pagwin -tags: [] +tags: [hello, this is a list] date: 2024-8-1 diff --git a/static/css/default.css b/static/css/default.css index 47409ca..90677b3 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -1,4 +1,13 @@ -body .dark { +/*https://color.adobe.com/create/color-contrast-analyzer*/ +/*dark theme*/ +/* TODO: make links stand out more*/ +body{ background: #000; - color: #49b; + color: #5ac; } +/*light theme*/ +/* +body { + background: #FA8072; + color: #000; +}*/ diff --git a/templates/default.html b/templates/default.html index 735135a..86c6520 100644 --- a/templates/default.html +++ b/templates/default.html @@ -10,9 +10,8 @@