Skip to content

Commit 2c3a6ee

Browse files
committed
clean up
1 parent cff84cd commit 2c3a6ee

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
lines changed

layouts/_partials/meta.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
display: none !important;
88
}
99
</style>
10-
<link rel="stylesheet" href="https://unpkg.com/[email protected]/styles/obsidian.css">
11-
<link rel="stylesheet" href="https://unpkg.com/[email protected]/github-markdown.css">
10+
<!--<link rel="stylesheet" href="https://unpkg.com/[email protected]/styles/obsidian.css">-->
11+
<!--<link rel="stylesheet" href="https://unpkg.com/[email protected]/github-markdown.css">-->
1212
<link rel="stylesheet" href="/styles.css">

layouts/default.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88

9-
<div id="app">
9+
<div id="app" v-cloak>
1010
<div class="font-sans leading-normal" :class="{'max-h-screen': modalVisible, 'overflow-hidden': modalVisible}">
1111
<!--<QuickStart />-->
1212
<%- include('_partials/header') %>

layouts/docs.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88

9-
<div id="app">
9+
<div id="app" v-cloak>
1010
<div class="font-sans leading-normal" :class="{'max-h-screen': modalVisible, 'overflow-hidden': modalVisible}">
1111
<!--<QuickStart />-->
1212
<%- include('_partials/header') %>

layouts/landing.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88

9-
<div id="app">
9+
<div id="app" v-cloak>
1010
<div class="font-sans leading-normal" :class="{'max-h-screen': modalVisible, 'overflow-hidden': modalVisible}">
1111
<!--<QuickStart />-->
1212
<%- include('_partials/header') %>

layouts/no_sidebar.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88

9-
<div id="app">
9+
<div id="app" v-cloak>
1010
<div class="font-sans leading-normal" :class="{'max-h-screen': modalVisible, 'overflow-hidden': modalVisible}">
1111
<!--<QuickStart />-->
1212
<%- include('_partials/header') %>

layouts/post.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88

9-
<div id="app">
9+
<div id="app" v-cloak>
1010
<div class="font-sans leading-normal" :class="{'max-h-screen': modalVisible, 'overflow-hidden': modalVisible}">
1111
<!--<QuickStart />-->
1212
<%- include('_partials/header') %>

src/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
@import "https://unpkg.com/[email protected]/styles/obsidian.css";
2+
@import "https://unpkg.com/[email protected]/github-markdown.css";
3+
14
@tailwind preflight;
25
@tailwind utilities;
36

static/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
@import "https://unpkg.com/[email protected]/styles/obsidian.css";
2+
@import "https://unpkg.com/[email protected]/github-markdown.css";
3+
14
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
25

36
/* Document
@@ -540,6 +543,7 @@ ul {
540543
*
541544
* We can remove this when the reversion is in a normal Chrome release.
542545
*/
546+
543547
button,
544548
[type="button"],
545549
[type="reset"],

0 commit comments

Comments
 (0)