diff --git a/index.html b/index.html index 6354c7d..16cccd9 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ Termfolio - diff --git a/src/lib.rs b/src/lib.rs index e0f4eb9..38a98fc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -103,7 +103,7 @@ pub fn autocomplete(inp: &str) -> &str { let inp = inp.trim(); let comms = [ - "help", "about", "github", "repos", "links", "theme", "credits", "neofetch", + "help", "history", "about", "github", "repos", "links", "theme", "credits", "neofetch", ]; if !inp.is_empty() { diff --git a/styles/styles.css b/styles/styles.css index 747e7b8..ac0b74e 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -19,10 +19,6 @@ /* text-shadow: 0px 5px 10px currentColor; */ } -body { - margin: 25px; -} - input { font-size: 100%; outline: none;