diff --git a/index.html b/index.html index 27638c1..f8566a5 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ Raspberry Pi Pico GPIO Pinout - +
diff --git a/pinout.css b/pinout.css index e907582..8bab8a3 100644 --- a/pinout.css +++ b/pinout.css @@ -22,6 +22,9 @@ footer p { margin: 0; text-align: center; } +footer a.selected { + text-decoration: none; +} nav { text-align: center; margin-top: 20px; @@ -252,7 +255,6 @@ td, th { color: #666666; } footer a.selected { - text-decoration: none; color: #666666; } footer a, footer a:visited { @@ -269,4 +271,4 @@ td, th { td, th, .filter.interfaces label { color: #e9e5d2; } -} \ No newline at end of file +}