Skip to content

Commit 0282b0a

Browse files
authored
Gh-519: Fix accessibility issues (#520)
change links and primary colour for theme
1 parent 3e3ee83 commit 0282b0a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/home_page_override/home.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h1>Gaffer Docs</h1>
176176

177177
<!-- User guide Button -->
178178
<div class="ql-button">
179-
<a href="user-guide/introduction/">
179+
<a href="user-guide/introduction">
180180
<h2>
181181
<svg xmlns="http://www.w3.org/2000/svg" height="28" viewBox="0 -960 960 960" width="28">
182182
<path
@@ -190,7 +190,7 @@ <h2>
190190

191191
<!-- Developer guide Button -->
192192
<div class="ql-button">
193-
<a href="development-guide/introduction/">
193+
<a href="development-guide/introduction">
194194
<h2>
195195
<svg xmlns="http://www.w3.org/2000/svg" height="28" viewBox="0 -960 960 960" width="28">
196196
<path
@@ -204,7 +204,7 @@ <h2>
204204

205205
<!-- Admin guide button -->
206206
<div class="ql-button">
207-
<a href="administration-guide/introduction/">
207+
<a href="administration-guide/introduction">
208208
<h2>
209209
<svg xmlns="http://www.w3.org/2000/svg" height="28" viewBox="0 -960 960 960" width="28">
210210
<path

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,13 @@ theme:
233233
palette:
234234
- media: "(prefers-color-scheme: light)"
235235
scheme: default
236-
primary: green
236+
primary: teal
237237
toggle: &todark
238238
icon: material/weather-night
239239
name: Switch to dark mode
240240
- media: "(prefers-color-scheme: dark)"
241241
scheme: slate
242-
primary: green
242+
primary: teal
243243
toggle: &tolight
244244
icon: material/weather-sunny
245245
name: Switch to light mode

0 commit comments

Comments
 (0)