From b8ffb8050cf5db4a9f110c8564bd43d14cfecaa6 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 9 Dec 2022 15:53:07 -0800 Subject: [PATCH] larger font, swapped out some colors for ul li, spacing --- style-colors.css | 7 +++++-- style-layout.css | 24 +++++++++++------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/style-colors.css b/style-colors.css index 63caeba..9b296a2 100644 --- a/style-colors.css +++ b/style-colors.css @@ -4,7 +4,10 @@ body { } a { - color: #ccccff; + color: #31869b; +} +a:hover { + color: white; } header a { @@ -21,7 +24,7 @@ div p { } ul li { - color:#2fa; + color:#fff; } h1 { diff --git a/style-layout.css b/style-layout.css index f197f1e..54bc336 100644 --- a/style-layout.css +++ b/style-layout.css @@ -23,7 +23,7 @@ footer { .flex-container { display: flex; flex-row: row wrap; - gap: 12px; + gap: 15px; } .nav { @@ -45,10 +45,6 @@ p a { font-weight:bold; } -a:hover { - color: white; -} - /* look into why this .home selector works */ .home h2 { font-family: 'Poiret One', cursive; @@ -69,6 +65,10 @@ h1 { font-style:italic; } +.content ul { +/* text-align:right; */ + list-style-type: square; +} /* --------------------------------------------------------------- */ /* images--------------------------------------------------------- */ @@ -78,7 +78,6 @@ img { } img[src*="#right"] { - border: 1px solid pink; float:right; padding-left:3em; padding-top: 1.5em; @@ -120,15 +119,14 @@ img[src*="#smaller"] { } .nav-cat { - font-size:0.9em; -} -.nav-list { - width:200px; - font-size:0.7em; + font-size:1.1em; } -.nav-post-title { - list-style-type:lower-roman; +.nav-list { + text-align:right; + width:220px; + font-size:0.9em; + list-style-type:square; } /* --------------------------------------------------------------- */ -- 2.34.1