diff options
| author | Fuwn <[email protected]> | 2023-09-12 19:46:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-12 19:46:57 -0700 |
| commit | b0bbd1f60025504b33f2e6c510cf33f0d1346216 (patch) | |
| tree | eebbc8cbb277becda09269d1bdfbdf651ee46d43 | |
| parent | refactor(css): move directory (diff) | |
| download | startpage-b0bbd1f60025504b33f2e6c510cf33f0d1346216.tar.xz startpage-b0bbd1f60025504b33f2e6c510cf33f0d1346216.zip | |
fix(html): reorder local override
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |