diff --git a/wiki/pages/contribution.html b/wiki/pages/contribution.html index 4c64c34ac3c3c8d6f39e61e6118204534e00b0ed..453f624297667325f999876dd42546ebe5d16f5b 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 efd2a6601b6fe890654d4098e9f41664cfa663be..8f6785c5ce25e9100f50dd25756f54c1732959f7 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 4762c337382deaf6bc8b883e9617616c84d46df8..6cee4d2e27cb558ac573e9050ef662fa171c4542 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; }