web: refine style

This commit is contained in:
2025-11-14 15:40:33 -06:00
parent 95ad6eca00
commit ccda7dde9b
4 changed files with 15 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
<style>
:root {
--site-max-width: 1500px;
--site-min-width: 900px;
--site-min-width: 800px;
--box-border: 1px solid rgba(0, 0, 0, 0.2);
--box-shadow: 0px 2px 4px -3px rgba(0, 0, 0, 0.2);
--border-radius: 4px;
@@ -29,11 +29,16 @@
padding: 0;
font-family: Arial, sans-serif;
background-color: #333;
min-width: 900px;
}
.content {
background-color: var(--contrast-10);
padding-bottom: 36px;
}
*::selection {
background: var(--primary);
color: #fff;
}
</style>
</head>
<body>