aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/internal/pkgserver/ui/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mbf/internal/pkgserver/ui/style.css')
-rw-r--r--cmd/mbf/internal/pkgserver/ui/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/cmd/mbf/internal/pkgserver/ui/style.css b/cmd/mbf/internal/pkgserver/ui/style.css
new file mode 100644
index 00000000..b4f281ac
--- /dev/null
+++ b/cmd/mbf/internal/pkgserver/ui/style.css
@@ -0,0 +1,21 @@
+.page-number {
+ width: 2em;
+ text-align: center;
+}
+.page-number {
+ width: 2em;
+ text-align: center;
+}
+
+@media (prefers-color-scheme: dark) {
+ html {
+ background-color: #2c2c2c;
+ color: ghostwhite;
+ }
+}
+@media (prefers-color-scheme: light) {
+ html {
+ background-color: #d3d3d3;
+ color: black;
+ }
+} \ No newline at end of file