diff --git a/build/main.d96da46a.css b/build/main.5fc7ddb9.css similarity index 99% rename from build/main.d96da46a.css rename to build/main.5fc7ddb9.css index 91c7bd6c..a27a184d 100644 --- a/build/main.d96da46a.css +++ b/build/main.5fc7ddb9.css @@ -466,7 +466,7 @@ p.commandLine span.prompt { #commandLineHistory { margin: 10px; border-radius: 5px; - box-shadow: 1px 0px 15px rgba(255,255,255,1); + box-shadow: 1px 0px 15px rgba(100, 100, 100, 1); } #commandLineHistory #terminal.scrolling { diff --git a/index.html b/index.html index 4b7a569e..9f0185cf 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + diff --git a/src/style/main.css b/src/style/main.css index 91c7bd6c..a27a184d 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -466,7 +466,7 @@ p.commandLine span.prompt { #commandLineHistory { margin: 10px; border-radius: 5px; - box-shadow: 1px 0px 15px rgba(255,255,255,1); + box-shadow: 1px 0px 15px rgba(100, 100, 100, 1); } #commandLineHistory #terminal.scrolling {