-
-
-
-
diff --git a/.vuepress/theme/Sidebar.vue b/.vuepress/theme/Sidebar.vue
index 28aab8e2..9bdc3050 100644
--- a/.vuepress/theme/Sidebar.vue
+++ b/.vuepress/theme/Sidebar.vue
@@ -1,105 +1,70 @@
-
+
-
-
\ No newline at end of file
diff --git a/.vuepress/theme/SidebarButton.vue b/.vuepress/theme/SidebarButton.vue
index b84f564c..34a64a2c 100644
--- a/.vuepress/theme/SidebarButton.vue
+++ b/.vuepress/theme/SidebarButton.vue
@@ -1,7 +1,9 @@
-
+
diff --git a/.vuepress/theme/SidebarGroup.vue b/.vuepress/theme/SidebarGroup.vue
index e81d0b83..300a0b37 100644
--- a/.vuepress/theme/SidebarGroup.vue
+++ b/.vuepress/theme/SidebarGroup.vue
@@ -1,64 +1,28 @@
-
+
-
-
\ No newline at end of file
diff --git a/.vuepress/theme/SidebarLink.vue b/.vuepress/theme/SidebarLink.vue
index b02ee942..ad30102f 100644
--- a/.vuepress/theme/SidebarLink.vue
+++ b/.vuepress/theme/SidebarLink.vue
@@ -1,89 +1,57 @@
-
-
\ No newline at end of file
diff --git a/.vuepress/theme/search.svg b/.vuepress/theme/search.svg
index 03d83913..e1f7705c 100644
--- a/.vuepress/theme/search.svg
+++ b/.vuepress/theme/search.svg
@@ -1 +1,7 @@
-
+
+
+
+
+
+
+
diff --git a/.vuepress/theme/styles/layout.css b/.vuepress/theme/styles/layout.css
index a09fc22b..9c959ca5 100644
--- a/.vuepress/theme/styles/layout.css
+++ b/.vuepress/theme/styles/layout.css
@@ -13,6 +13,12 @@
@screen md {
@apply .p-8;
}
+
+ &.error-page {
+ h1 {
+ @apply .pt-12 !important;
+ }
+ }
}
.table-of-contents {
@@ -43,7 +49,7 @@
.next, .prev {
@apply .inline-block;
}
-
+
.next {
@apply .float-right;
}
diff --git a/.vuepress/theme/styles/text.css b/.vuepress/theme/styles/text.css
index 4248e800..57448ee2 100644
--- a/.vuepress/theme/styles/text.css
+++ b/.vuepress/theme/styles/text.css
@@ -46,6 +46,10 @@ a.header-anchor {
}
}
+blockquote {
+ @apply .border-l-4 .border-grey-light .text-grey .p-1 .pl-4 .font-light .my-4 .text-xl;
+}
+
h1, h2, h3, h4, h5, h6 {
@apply .mb-4 .font-semibold;