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 f524f70 commit 89f4872
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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" />
<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
5 changes: 4 additions & 1 deletion 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 @@ -269,4 +272,4 @@ td, th {
td, th, .filter.interfaces label {
color: #e9e5d2;
}
}
}

0 comments on commit 89f4872

Please sign in to comment.