diff --git a/public/css/style.css b/public/css/style.css index 928b59e..2e9621f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -29,11 +29,8 @@ box-sizing: border-box; } -body, h1, -main, -p, -section { +p { margin: 0; } @@ -43,13 +40,12 @@ body { background-color: var(--bg-color); color: var(--fg-color); font-family: monospace; - line-height: 1.5; + font-size: 1.25rem; + line-height: 2.4; } h1, -main, -p, -section { +p { margin-bottom: 1.5rem; } @@ -77,11 +73,6 @@ a:active { color: var(--accent-color-1); } -nav { - font-size: 1.25rem; - line-height: 2.4; -} - .viewport { margin-left: auto; margin-right: auto; @@ -104,6 +95,11 @@ nav { text-align: center; } +.text-small { + font-size: 1rem; + line-height: 3; +} + .bg-color { background-color: var(--bg-color); } @@ -116,22 +112,12 @@ nav { color: var(--accent-color-0); } -.nav-link { +.main-nav-link { font-weight: bold; text-decoration: none; } -.nav-link:link, -.nav-link:visited { - color: var(--accent-color-0); -} - -.nav-link:hover, -.nav-link:active { - color: var(--accent-color-1); -} - -.nav-link-gap { +.main-nav-link-gap { gap: 0 1rem; } diff --git a/views/gallery.tt b/views/gallery.tt index 3930d49..7bd0071 100644 --- a/views/gallery.tt +++ b/views/gallery.tt @@ -1,25 +1,7 @@ -