Skip to content

Commit fa50101

Browse files
committed
fix: page bg
1 parent 2fea1df commit fa50101

File tree

5 files changed

+4
-18
lines changed

5 files changed

+4
-18
lines changed
File renamed without changes.

docs/assets/index-DiRMbHA6.css docs/assets/index-Cw4FWt_W.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+2-9
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<link rel="preconnect" href="https://fonts.googleapis.com">
1212
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/dark.min.css">
14-
<script type="module" crossorigin src="./assets/index-Cn-aGBZr.js"></script>
15-
<link rel="stylesheet" crossorigin href="./assets/index-DiRMbHA6.css">
14+
<script type="module" crossorigin src="./assets/index-Bls-NDg2.js"></script>
15+
<link rel="stylesheet" crossorigin href="./assets/index-Cw4FWt_W.css">
1616
</head>
1717

1818
<body>
@@ -200,13 +200,6 @@ <h2>Styling</h2>
200200
<pre><code class="language-javascript" data-kio-code="styles"></code></pre>
201201
</details>
202202
</div>
203-
204-
<div class="content">
205-
<h2>Create your own layout</h2>
206-
<textarea id="layout">
207-
208-
</textarea>
209-
</div>
210203
</div>
211204
</main>
212205

src/page/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
body {
1818
font: min(3.5vmin, 1em) / 1.5 Poppins, sans-serif;
19+
background: #fff url("kioboard-logo.svg") no-repeat 50% 50% / calc(100% - 4em) fixed;
1920
color: #000;
2021
overflow: auto;
2122
}
@@ -130,7 +131,6 @@ main {
130131
padding: var(--padd);
131132
scroll-margin-top: 2em;
132133
padding-bottom: 10em;
133-
background: #fff url("kioboard-logo.svg") no-repeat 50% 50% / calc(100% - 4em) fixed;
134134

135135
& .row {
136136
padding: var(--padd) 0;

src/page/index.html

-7
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@ <h2>Styling</h2>
198198
<pre><code class="language-javascript" data-kio-code="styles"></code></pre>
199199
</details>
200200
</div>
201-
202-
<div class="content">
203-
<h2>Create your own layout</h2>
204-
<textarea id="layout">
205-
206-
</textarea>
207-
</div>
208201
</div>
209202
</main>
210203

0 commit comments

Comments
 (0)