From 10a855a368fbbf47e3e2efa3eb18aff4b4090a8a Mon Sep 17 00:00:00 2001 From: gennyble Date: Sat, 13 Apr 2024 05:22:55 -0500 Subject: Update styles --- .times | 8 ++++---- served/bits/bits.css | 4 ++++ served/styles/common.css | 5 +++++ served/styles/post.css | 10 ++++++++++ 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.times b/.times index 360f4cc..7de384f 100644 --- a/.times +++ b/.times @@ -1,17 +1,17 @@ ,1710325922,1710325922,1711506795 .times-ignore,1708577778,1708577778,1711506775 -.times,1710326012,1713003754,1713003615 +.times,1710326012,1713003775,1713003754 readme.md,1708577778,1708577778,1711506775 .gitignore,1710325679,1713003359,1713003428 updateTimes.sh,1708577778,1708577778,1713001756 support,1709368202,1709368202,1711506795 support/keeplinks,1708577778,1708577778,1711506795 support/.times,1708577778,1708577778,1711506794 -support/atom.conf,1710984963,1713001913,1713003428 -support/atom.xml,1709463716,1713003381,1713003428 +support/atom.conf,1710984963,1713001913,1713003754 +support/atom.xml,1709463716,1713003381,1713003754 support/redirects,1708577778,1708577778,1711506795 templates,1709378595,1709378595,1711506795 -templates/post.html,1709194328,1713003734,1713003734 +templates/post.html,1709194328,1713003734,1713003754 templates/base.html,1709459819,1709459819,1711506794 templates/minimal.html,1708593919,1708593919,1711506794 served,1710488994,1712950507,1712950508 diff --git a/served/bits/bits.css b/served/bits/bits.css index 5e3000f..ee6c28c 100644 --- a/served/bits/bits.css +++ b/served/bits/bits.css @@ -14,4 +14,8 @@ #two-up :nth-child(n) { flex: 1 0 calc(var(--page-width) / 2 - 1rem); max-width: 20rem; +} + +h2 { + margin: 1rem 0; } \ No newline at end of file diff --git a/served/styles/common.css b/served/styles/common.css index b9c959b..3b83a6d 100644 --- a/served/styles/common.css +++ b/served/styles/common.css @@ -5,6 +5,8 @@ :root { --text: #222; --text-dim: #444; + --text-link: #037; + --text-link-visited: #730; --background: #FFF; --background-dim: #F8F0F0; --color-a: rgb(11, 113, 126); @@ -15,6 +17,8 @@ :root { --text: #eee; --text-dim: #bbb; + --text-link: #ddf; + --text-link-visited: #fed; --background: #001; --background-dim: #222; --color-a: #3a8; @@ -45,6 +49,7 @@ a { h1, h2, h3 { + margin: 0; font-family: serif; } diff --git a/served/styles/post.css b/served/styles/post.css index 5913840..0cc6c82 100644 --- a/served/styles/post.css +++ b/served/styles/post.css @@ -2,4 +2,14 @@ --page-width: 34rem; max-width: var(--page-width); margin: 0 auto; +} + +#navtree { + display: flex; + flex-direction: row; + flex-wrap: wrap; + + margin-bottom: 1rem; + + gap: 1rem; } \ No newline at end of file -- cgit 1.4.1-3-g733a5