summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-12 19:46:57 -0700
committerFuwn <[email protected]>2023-09-12 19:46:57 -0700
commitb0bbd1f60025504b33f2e6c510cf33f0d1346216 (patch)
treeeebbc8cbb277becda09269d1bdfbdf651ee46d43
parentrefactor(css): move directory (diff)
downloadstartpage-b0bbd1f60025504b33f2e6c510cf33f0d1346216.tar.xz
startpage-b0bbd1f60025504b33f2e6c510cf33f0d1346216.zip
fix(html): reorder local override
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 4f2ff81..7a865c1 100644
--- a/index.html
+++ b/index.html
@@ -6,8 +6,8 @@
<title>~/</title>
- <link rel="stylesheet" href="/home/fuwn/.cache/wal/colors.css" />
<link rel="stylesheet" href="./css/colors.css" />
+ <link rel="stylesheet" href="/home/fuwn/.cache/wal/colors.css" />
<link rel="stylesheet" href="./css/index.css" />
</head>