From 84b72e5ab764e93b62ef0a4717de61921493a0ff Mon Sep 17 00:00:00 2001 From: baalajimaestro <me@baalajimaestro.me> Date: Thu, 24 Feb 2022 21:50:55 +0530 Subject: [PATCH] Force dark theme Signed-off-by: baalajimaestro <me@baalajimaestro.me> --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0809085..72ee70b 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ Light: css/skeleton-light.css Dark: css/skeleton-dark.css --> - <link rel="stylesheet" href="css/skeleton-auto.css"> + <link rel="stylesheet" href="css/skeleton-dark.css"> <link rel="stylesheet" href="css/brands.css">