File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< 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 >
4
14
< title > History</ title >
5
15
< meta name ="robots " content ="noindex,nofollow ">
6
16
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< 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 >
4
14
< title > New Tab Page</ title >
5
15
< meta name ="robots " content ="noindex,nofollow ">
6
16
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
You can’t perform that action at this time.
0 commit comments