diff --git a/static/style.css b/static/style.css index 5f7d652..b11da5d 100644 --- a/static/style.css +++ b/static/style.css @@ -24,23 +24,6 @@ } :root { - /* --clr-link: #7cafc2; */ - /* --clr-link: #4ab4ab; */ - /* --clr-subheader: #a1b56c; */ - - /* --clr-bg: #181818; - --clr-bg-alt: #282828; - - --clr-border: #383838; - - --clr-text: #e8e8e8; - --clr-text-long: #bababa; - --clr-header: #f7ca88; - --clr-subheader: #f7ca88; - --clr-link: hsl(175, 55%, 50%); - --clr-link-alt: #4ab4ab; - --clr-code: #ba8baf; */ - --clr-bg: hsl(0,0%,95%); --clr-bg-alt: hsl(0,0%,85%); @@ -50,8 +33,8 @@ --clr-text-long: hsl(0,0%,10%); --clr-text-highlight: hsl(0,50%,40%); --clr-header: hsl(0,0%,15%); - --clr-subheader: hsl(0,0%,15%); /* hsl(36,87%,50%) */ - --clr-link: hsl(175,50%,40%); /* hsl(175,42%,50%) */ + --clr-subheader: hsl(0,0%,15%); + --clr-link: hsl(175,50%,40%); --clr-link-alt: hsl(175,38%,60%); --clr-code: hsl(0,0%,15%); } @@ -90,7 +73,6 @@ a { color: var(--clr-link); font-weight: bold; text-decoration: underline; - /* border-bottom: 1px solid var(--clr-link); */ } a:hover { color: var(--clr-text); @@ -109,9 +91,7 @@ h2 { } h3 { margin: 32px 0 0; - /* font-weight: bold; */ color: var(--clr-subheader); - /* text-decoration: underline; */ line-height: 1.2em; } .small { @@ -166,9 +146,7 @@ blockquote strong em { .id-card .header-description { flex: 100; flex-basis: auto; - /* min-width: 360px; */ margin: 8px 0; - /* text-align: center; */ } .id-card .profile-picture { max-width: 160px; @@ -205,12 +183,8 @@ table { line-height: 1.4em; } table thead { - /* text-align: left; */ border-bottom: 1px var(--clr-text) solid; } -/* table tbody { - margin: 4px 0; -} */ table th { padding: 8px 12px; } @@ -258,7 +232,7 @@ table.music th:nth-child(3) { width: auto; } -/* Blog */ +/* Longform */ .longform_list { margin: 2em 0 0; }