From 6197d699e9411c7524fe5f053f23c268c09043e1 Mon Sep 17 00:00:00 2001 From: camilo Date: Mon, 11 Jul 2022 22:35:22 +0200 Subject: [PATCH] updates --- attempting-diffraction/pages.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/attempting-diffraction/pages.css b/attempting-diffraction/pages.css index aa22c66..fdb2099 100644 --- a/attempting-diffraction/pages.css +++ b/attempting-diffraction/pages.css @@ -33,8 +33,9 @@ a{ } .ext { - border-bottom-color: rgb(76, 211, 171); - background:linear-gradient(to bottom, lightyellow 0, lightyellow 100%); + color: blue; + border-bottom-color: blue; + background:linear-gradient(to bottom, rgb(255, 255, 255) 0, blue 100%); background-position:0 100%; background-repeat:repeat-x; background-size: 0 0; @@ -66,9 +67,9 @@ header h1{ #project-title { font-family: fluxisch; - margin-top: 20pt; + margin-top: 10pt; font-size:1.5em; - line-height:110%; + line-height:100%; margin-bottom:1%; } @@ -135,11 +136,18 @@ section#main{ font-size:0.8em; } +h3.gal-title { + margin-top: 3pt; + margin-bottom: 3pt; +} + #publist { + margin-top: 5pt; line-height:80%; } #galleries li, #galleries p{ + list-style-type: none; color:black; font-size:0.9em;; }