Skip to content

Commit a17e50f

Browse files
committed
Match amiusing styles to rebrand
1 parent c9e5471 commit a17e50f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/amiusing.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
margin: 0;
2222
padding: 8px;
2323

24-
background-color: #d8e2e6;
24+
background-color: #fafafa;
25+
color: #1e2028;
26+
2527
font-family: "DM Sans", Arial, sans-serif;
2628
letter-spacing: -0.5px;
2729
line-height: 1.3;
@@ -50,6 +52,20 @@
5052
height: 200px;
5153
width: 200px;
5254
}
55+
56+
@media (prefers-color-scheme: dark) {
57+
body {
58+
background-color: #32343B;
59+
color: #ffffff;
60+
}
61+
}
62+
63+
@media not (prefers-color-scheme: dark) {
64+
body {
65+
background-color: #fafafa;
66+
color: #1e2028;
67+
}
68+
}
5369
</style>
5470
</head>
5571
<body>

0 commit comments

Comments
 (0)