mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
fix dark mode flash (#1621)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/png" href="/images/favicon.png" />
|
||||
<script src="/js/theme.js"></script>
|
||||
<script data-cfasync="false" src="/js/theme.js"></script>
|
||||
<link rel="stylesheet" href="/css/dark-theme.css?_={{ site.time | date: '%s' }}">
|
||||
<link rel="stylesheet" href="/css/style.css?_={{ site.time | date: '%s' }}">
|
||||
<link rel="stylesheet" href="/css/dropit.css">
|
||||
|
||||
Reference in New Issue
Block a user