diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index ccebfbd59fd..d1500f60c27 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -38,6 +38,7 @@ $bootstrap-icons-font-dir: "../../../node_modules/bootstrap-icons/font/fonts"; / content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e"); transition: transform .35s ease; transform-origin: .5em 50%; + margin-right: 4px; } [data-bs-theme="dark"] .btn-toggle::before { diff --git a/docs/pages/index.adoc b/docs/pages/index.adoc index b06d1c64254..8b665e6316f 100644 --- a/docs/pages/index.adoc +++ b/docs/pages/index.adoc @@ -1,8 +1 @@ = Home - -Welcome to the Refined Mods website! - -Quick links: - -- link:refined-storage/index.html[Refined Storage] -- link:ranged-pumps/index.html[Ranged Pumps] diff --git a/docs/pages/index.html b/docs/pages/index.html new file mode 100644 index 00000000000..6ff7bb5428b --- /dev/null +++ b/docs/pages/index.html @@ -0,0 +1,33 @@ + + + + + + +
+
+ +
+
+ + \ No newline at end of file