summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-10-17 11:08:20 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-10-17 11:08:20 -0400
commitc025960c6fbeac17d94a14d14cd13b42737bc80e (patch)
tree32bd64a59766245885da7ffa177880116fd47785 /index.css
parent05c4522e5ff424c65aab7cd36c7a15313630ac61 (diff)
Rotating spheres in the 3D scene
Diffstat (limited to 'index.css')
-rw-r--r--index.css11
1 files changed, 8 insertions, 3 deletions
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;
}