Skip to content

Commit

Permalink
Merge pull request #433 from privacy-tech-lab/issue-430
Browse files Browse the repository at this point in the history
accessibility (issue-#430)
  • Loading branch information
Jocelyn0830 committed Oct 31, 2023
2 parents fc033cb + 5887e6e commit 23a02f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
-->

<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>OptMeowt</title>
<meta charset="utf-8" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>

<!-- This is the entry point to 'Popup' -->
<body class="uk-padding-large" style="width: 320px">
<!-- Header -->
<div id="header" uk-grid class="uk-grid-small">
<div id="pop-up-header" uk-grid class="uk-grid-small">
<div>
<a href="https://privacytechlab.org/" target="_blank">
<img
Expand Down Expand Up @@ -245,7 +245,7 @@
</div>
<div uk-grid>
<div class="uk-width-auto">
<label class="custom-control-label switch" for="darkSwitch">
<label class="custom-control-label switch" for="darkSwitch" text="Dark Mode Switch">
<input
type="checkbox"
class="custom-control-input"
Expand Down

0 comments on commit 23a02f7

Please sign in to comment.