From c025960c6fbeac17d94a14d14cd13b42737bc80e Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 17 Oct 2021 11:08:20 -0400 Subject: Rotating spheres in the 3D scene --- index.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 1154475..4845590 100644 --- a/index.css +++ b/index.css @@ -175,9 +175,14 @@ section > h3 { font-size: 18px; } +#references > h2 { + color: #2a52be; + font-size: 20px; + font-weight: 500; +} + #references a { - color: inherit; - text-decoration: none; + color: blue; } #references a:hover { @@ -268,7 +273,7 @@ WebGL container height: 2rem; border-radius: 2px; top: 0.5rem; - left: 496px; + right: 1rem; display: none; cursor: pointer; } -- cgit v1.2.1