Skip to content

Commit

Permalink
Light mode footer selected fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 9, 2024
1 parent 79a8a8e commit fcbeb0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="manifest" href="manifest.json">
<title>Raspberry Pi Pico GPIO Pinout</title>
<meta name="description" content="An interactive, accessible and beautiful GPIO Pinout guide for the Raspberry Pi Pico 2" />
<link rel="stylesheet" href="pinout.css?v=20240909" type="text/css" media="screen" />
<link rel="stylesheet" href="pinout.css?v=20240909a" type="text/css" media="screen" />
</head>
<body>
<header>
Expand Down
6 changes: 4 additions & 2 deletions pinout.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ footer p {
margin: 0;
text-align: center;
}
footer a.selected {
text-decoration: none;
}
nav {
text-align: center;
margin-top: 20px;
Expand Down Expand Up @@ -252,7 +255,6 @@ td, th {
color: #666666;
}
footer a.selected {
text-decoration: none;
color: #666666;
}
footer a, footer a:visited {
Expand All @@ -269,4 +271,4 @@ td, th {
td, th, .filter.interfaces label {
color: #e9e5d2;
}
}
}

0 comments on commit fcbeb0a

Please sign in to comment.