diff options
| author | Bobby <[email protected]> | 2023-05-19 17:31:30 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-19 17:31:30 -0400 |
| commit | 7916ab8332935eae49de5b07ba16949bd1bcdfa2 (patch) | |
| tree | bc2b07ff3166e14556178d85b3878730d834f400 /static/css/sidebar.css | |
| parent | b532de2f3b0ad75cb3eda787fb49b64e8c4ee032 (diff) | |
| download | thatcomputerscientist-7916ab8332935eae49de5b07ba16949bd1bcdfa2.tar.xz thatcomputerscientist-7916ab8332935eae49de5b07ba16949bd1bcdfa2.zip | |
Font and Sidebar updates + some cleanup
Diffstat (limited to 'static/css/sidebar.css')
| -rw-r--r-- | static/css/sidebar.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/static/css/sidebar.css b/static/css/sidebar.css index f9d35919..12917902 100644 --- a/static/css/sidebar.css +++ b/static/css/sidebar.css @@ -85,3 +85,31 @@ left: 110px; top: 45px; } + +#navigation-area h2, +#archives-area h2, +#categories-area h2, +#admin-area h2, +#fun-stuff h2 { + background: #311b4f; + padding: 10px 15px; + text-align: left; + margin: 0; + border-top-left-radius: 8px; + border-top-right-radius: 8px; + border-bottom: none; + font-size: 13px; + text-transform: capitalize; +} + +#navigation-area ul, +#archives-area ul, +#categories-area ul, +#admin-area ul, +#fun-stuff ul { + background: #f4f1e90f; + padding: 10px; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; +} + |
