From 0ba53c6b1c6db94662a4d080ebe6b22732a7eba5 Mon Sep 17 00:00:00 2001 From: Angela Wang <angeluhwang@gmail.com> Date: Wed, 2 Oct 2024 11:11:37 +0000 Subject: [PATCH] Update 3 files - /wiki/pages/description.html - /wiki/pages/contribution.html - /wiki/pages/results.html --- wiki/pages/contribution.html | 13 +++++++------ wiki/pages/description.html | 5 ++++- wiki/pages/results.html | 15 ++++++++------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/wiki/pages/contribution.html b/wiki/pages/contribution.html index 4c64c34..453f624 100644 --- a/wiki/pages/contribution.html +++ b/wiki/pages/contribution.html @@ -349,14 +349,18 @@ Suggestions for questions to ask for icebreakers.</li> color: #299db5; border-radius: 50px; background-color: transparent; - transition: all 0.3s; + transition: all 0.3s; +} +.sticky-sidebar ul li a { + text-decoration: none; + color: #007bff; } - .sidebar a:hover { background-color: #299db5; color: white; } + .sticky-sidebar { position: fixed; top: 120vh; @@ -386,10 +390,7 @@ Suggestions for questions to ask for icebreakers.</li> margin-bottom: 10px; } -.sticky-sidebar ul li a { - text-decoration: none; - color: #299db5; -} + /* .sticky-sidebar ul li a:hover { text-decoration: underline; } diff --git a/wiki/pages/description.html b/wiki/pages/description.html index efd2a66..8f6785c 100644 --- a/wiki/pages/description.html +++ b/wiki/pages/description.html @@ -238,7 +238,10 @@ background-color: transparent; transition: all 0.3s; } - +.sticky-sidebar ul li a { + text-decoration: none; + color: #007bff; +} .sidebar a:hover { background-color: #299db5; color: white; diff --git a/wiki/pages/results.html b/wiki/pages/results.html index 4762c33..6cee4d2 100644 --- a/wiki/pages/results.html +++ b/wiki/pages/results.html @@ -203,17 +203,21 @@ padding: 10px; margin-bottom: 10px; text-decoration: none; - color: #007bff; + color: #299db5; border-radius: 50px; background-color: transparent; transition: all 0.3s; } - +.sticky-sidebar ul li a { + text-decoration: none; + color: #007bff; +} .sidebar a:hover { - background-color: #007bff; + background-color: #299db5; color: white; } + .sticky-sidebar { position: fixed; top: 120vh; @@ -243,10 +247,7 @@ margin-bottom: 10px; } -.sticky-sidebar ul li a { - text-decoration: none; - color: #007bff; -} + /* .sticky-sidebar ul li a:hover { text-decoration: underline; } -- GitLab