diff --git a/site/assets/chloe.css b/site/assets/chloe.css index 8cc56ba..05111e7 100644 --- a/site/assets/chloe.css +++ b/site/assets/chloe.css @@ -31,7 +31,7 @@ :root { --background-color: #000000; --text-color: #FFFFFF; - --text-color-dim: #DDC0C0; + --text-color-dim: #C0C0C0; } .mobile-only { @@ -42,6 +42,10 @@ display: none; } +.hide { + display: none; +} + body { font-family: archer; background-color: var(--background-color); @@ -113,10 +117,17 @@ a { .section .block .content { margin-top: 0.5em; + text-align: justify; } ul { list-style-type: circle; + padding-inline-start: 1.5em; + margin: 0; +} + +ul.spaced li { + margin-bottom: 0.5em; } .proficiencies .block { @@ -134,7 +145,7 @@ ul { :root { --background-color: #FFFFFF; --text-color: #000000; - --text-color-dim: #332020; + --text-color-dim: #333333; } /* @@ -186,10 +197,10 @@ ul { display: block; } - strong, .title { + strong, .title, .descriptor { font-weight: inherit; color: var(--text-color); - font-style: italic; + /* font-style: italic; */ } .body { diff --git a/site/index.html b/site/index.html index d7450c0..225fc9d 100644 --- a/site/index.html +++ b/site/index.html @@ -187,18 +187,24 @@
-
@@ -255,6 +261,14 @@ Full-stack Developer ~ 2023 - Present
+