jekyll-theme-isotc211 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_frontend/entrypoints/application.css +3 -2
- data/_includes/head.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14345119b1ad83469ac278ef6250dd40eecbb0abb4978d5f52926dc4603a829d
|
|
4
|
+
data.tar.gz: b73f2eac40594af2914ea66c276e6a7362a99f7056e6c1c51cfe963ebb804ca9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f599ffbf8f2bff797ee9ab5bff52e75714f03b62f41d53fadc53325e3f094b74bd3ba91f36d99e1ba358deca1879e3836e190729152b1b80b978d773bfd66b18
|
|
7
|
+
data.tar.gz: 7700c1e98a4bf8fb0814202330e92e949c2e0a6bb1d59cda184ab6e7f3368e6c47ac1ca9d471946347860a74f4283287010bbf19b1380d3c54460a991be4f393
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
@layer base {
|
|
22
|
+
*, *::before, *::after { box-sizing: border-box; }
|
|
23
|
+
|
|
22
24
|
html {
|
|
23
25
|
scroll-behavior: smooth;
|
|
24
26
|
-webkit-font-smoothing: antialiased;
|
|
@@ -26,13 +28,12 @@
|
|
|
26
28
|
}
|
|
27
29
|
|
|
28
30
|
body {
|
|
31
|
+
margin: 0;
|
|
29
32
|
@apply font-sans text-slate-900 dark:text-slate-100 bg-white dark:bg-slate-900;
|
|
30
33
|
}
|
|
31
34
|
|
|
32
35
|
a { text-decoration: none; }
|
|
33
36
|
|
|
34
|
-
main { padding-top: 4rem; }
|
|
35
|
-
|
|
36
37
|
html.dark body {
|
|
37
38
|
@apply bg-slate-900 text-slate-100;
|
|
38
39
|
}
|
data/_includes/head.html
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
<style>
|
|
25
25
|
html{scroll-behavior:smooth!important}
|
|
26
|
-
body{font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff!important;color:#222!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;opacity:1!important}
|
|
26
|
+
body{margin:0;font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff!important;color:#222!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;opacity:1!important}
|
|
27
27
|
html.dark body{background-color:#0f172a!important;color:#f1f5f9!important}
|
|
28
28
|
#nav-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:50!important;height:64px!important}
|
|
29
29
|
</style>
|