Skip to content

Commit dff72eb

Browse files
committed
Add missing css for docs site
1 parent 0836d68 commit dff72eb

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

.netconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
skip
1919
[file "assets/css/style.scss"]
2020
url = https://github.com/devlooped/oss/blob/main/assets/css/style.scss
21-
skip
21+
sha = 9db26e2710b084d219d6355339d822f159bf5780
22+
etag = f710d8919abfd5a8d00050b74ba7d0bb05c6d02e40842a3012eb96555c208504
23+
weak
2224
[file "assets/images/sponsors.svg"]
2325
url = https://github.com/devlooped/oss/blob/main/assets/images/sponsors.svg
2426
skip

assets/css/style.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
---
3+
4+
@import "jekyll-theme-slate";
5+
6+
.inner {
7+
max-width: 960px;
8+
}
9+
10+
pre, code {
11+
background-color: unset;
12+
font-size: unset;
13+
}
14+
15+
code {
16+
font-size: 0.80em;
17+
}
18+
19+
h1 > img {
20+
border: unset;
21+
box-shadow: unset;
22+
vertical-align: middle;
23+
-moz-box-shadow: unset;
24+
-o-box-shadow: unset;
25+
-ms-box-shadow: unset;
26+
}

0 commit comments

Comments
 (0)