Skip to content

Commit 45c3f08

Browse files
committed
some inline styles
1 parent 6f5588f commit 45c3f08

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

special-pages/pages/history/public/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<style>
5+
html, body {
6+
background: #fafafa;
7+
}
8+
@media screen and (prefers-color-scheme: dark) {
9+
html, body {
10+
background: #333;
11+
}
12+
}
13+
</style>
414
<title>History</title>
515
<meta name="robots" content="noindex,nofollow">
616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

special-pages/pages/new-tab/public/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<style>
5+
html, body {
6+
background: #fafafa;
7+
}
8+
@media screen and (prefers-color-scheme: dark) {
9+
html, body {
10+
background: #333;
11+
}
12+
}
13+
</style>
414
<title>New Tab Page</title>
515
<meta name="robots" content="noindex,nofollow">
616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

0 commit comments

Comments
 (0)