Skip to content

Commit

Permalink
Follow browser's light/dark theme style
Browse files Browse the repository at this point in the history
  • Loading branch information
stanio committed Jul 28, 2024
1 parent aa05602 commit 7433364
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion extension/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ body {

#url-protocol.https {
color: green;
color: light-dark(green, lime);
opacity: 1;
}
#url-protocol,
Expand Down Expand Up @@ -152,6 +153,6 @@ button, select {
text-align: __MSG_@@bidi_end_edge__;
}
.options-link-wrapper a {
color: blue;
color: LinkText;
font-size: smaller;
}
1 change: 1 addition & 0 deletions extension/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<meta charset="utf-8">
<title>Opening ...</title>
<meta name="google" content="notranslate">
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" type="text/css" href="dialog.css">
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion extension/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<head>
<meta charset="utf-8">
<title>Open in Browser</title>
<meta name="color-scheme" content="light dark">
<style>
body {
font-family: 'Segoe UI', 'Lucida Grande', 'Ubuntu', sans-serif;
Expand Down Expand Up @@ -69,7 +70,7 @@
}
.restored-to-default {
text-decoration: line-through;
color: #999;
color: GrayText;
}
</style>
</head>
Expand Down

0 comments on commit 7433364

Please sign in to comment.