mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
feat(theme): use TriliumNext as login & set password theme
This commit is contained in:
parent
76256c1b9c
commit
fd53781c71
@ -79,5 +79,8 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<link href="<%= assetPath %>/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
<link href="<%= assetPath %>/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet" />
|
||||||
|
<link href="<%= assetPath %>/stylesheets/theme-next.css" rel="stylesheet" />
|
||||||
|
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -47,5 +47,8 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<link href="<%= assetPath %>/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
<link href="<%= assetPath %>/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
<link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet" />
|
||||||
|
<link href="<%= assetPath %>/stylesheets/theme-next.css" rel="stylesheet" />
|
||||||
|
<link href="<%= assetPath %>/stylesheets/style.css" rel="stylesheet">
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user