diff --git a/docs/index.html b/docs/index.html index 5fa716e..f7715b9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,42 +11,8 @@
- + + @@ -55,6 +21,6 @@ type="text/javascript"> - + diff --git a/docs/js/config-docsify.js b/docs/js/config-docsify.js new file mode 100644 index 0000000..64d4a90 --- /dev/null +++ b/docs/js/config-docsify.js @@ -0,0 +1,34 @@ +window.$docsify = { + nameLink: '/', + search: 'auto', + search: { + noData: { + '/': 'No results!' + }, + placeholder: { + '/': 'Search' + } + }, + auto2top: true, + loadNavbar: true, + relativePath: true, + loadSidebar: true, + name: "Goldendog Linux", + darklightTheme: { + /*defaultTheme : 'dark',*/ + dark: { + accent: '#9e6eef', + background: "#0d1117", + backgroundli: '#161b23', + scrollColorPrim: "#3a3a5d", + scrollColorSec: "#d6d6d6", + }, + light: { + accent: '#9e6eef', + backgroundli: '#efefef', + scrollColorPrim: "#8c8b86", + scrollColorSec: "#d6d6d6", + + } + } +} \ No newline at end of file diff --git a/docs/js/searchColorShadowFix.js b/docs/js/searchColorShadowFix.js index 4f8a70e..e7bf8b3 100644 --- a/docs/js/searchColorShadowFix.js +++ b/docs/js/searchColorShadowFix.js @@ -3,7 +3,7 @@ document.addEventListener('DOMContentLoaded', function() { var inputs = document.querySelectorAll(".input-wrap"); // Log the selected inputs to the console - console.log(inputs[0].children[0]); + // console.log(inputs[0].children[0]); inputs[0].children[0].addEventListener("focus", function() { this.style.boxShadow = "0 0 5px var(--theme-color, #9e6eef)"; // Establecer box-shadow en "none" al obtener el foco diff --git a/docs/style.css b/docs/style.css index 1a81696..87d4334 100644 --- a/docs/style.css +++ b/docs/style.css @@ -65,6 +65,11 @@ div#app:empty:before { z-index: 999999 } +.opacity-width-0 { + opacity: 0; + width: 0%; +} + .search .search-keyword, .search a:hover { color: var(--accent)