feat: add system-aware dark theme

This commit is contained in:
Ayan Khan
2026-08-16 10:06:24 +05:30
committed by p2r3
parent 3236e6e53d
commit 7a5f333f48
2 changed files with 12 additions and 4 deletions
+6 -2
View File
@@ -6,6 +6,11 @@
<title>ha.mr - link compressor</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap');
:root {
color-scheme: light dark;
}
html, body {
margin: 0;
width: 100%;
@@ -78,7 +83,6 @@
border-radius: 10px;
margin: 10px 0;
font-size: 16px;
background-color: rgb(230, 230, 230);
}
#output-link-container {
margin: 10px 0 0 0;
@@ -165,4 +169,4 @@
<script type="module" src="/main.js"></script>
</body>
</html>
</html>