diff options
author | sameerasw <[email protected]> | 2025-04-11 10:32:44 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-04-11 10:32:44 +0530 |
commit | 6579d429de3c1cf9c3b147b5bc1e5cf5b720ef65 (patch) | |
tree | ff60780dc62eb690935a0194f44c0d7ef3366cfb /popup/popup.html | |
parent | 1b6b6fda911fb00d3d3d6743118c078bd1fb223e (diff) |
dark/ light theme
Diffstat (limited to 'popup/popup.html')
-rw-r--r-- | popup/popup.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/popup/popup.html b/popup/popup.html index 78515ea..edc9bce 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -4,6 +4,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="../theme.css"> <link rel="stylesheet" href="popup.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> </head> |