diff --git a/build.sh b/build.sh index 1a9cdc7..b36247a 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -rsync -auP --delete public/* root@cronyakatsuki.xyz:/var/www/startpage +rsync -auP --delete public/* banir@cronyakatsuki.xyz:/var/www/startpage git add . git commit -m "Update startpage." -git push \ No newline at end of file +git push diff --git a/public/style.css b/public/style.css index 163cd74..a2c7bf1 100644 --- a/public/style.css +++ b/public/style.css @@ -1,6 +1,6 @@ body { - background-color: #181926; - color: #cad3f5; + background-color: #303446; + color: #c6d0f5; } .outer { @@ -27,17 +27,17 @@ input[type=text] { border: none; border-radius: 200px; font-size: 10px; - background-color: #24273a; + background-color: #414559; margin-bottom: 2%; margin-top: -10%; - color: #cad3f5; + color: #c6d0f5; } .main { display: block; margin: auto; width: fit-content; - border: 4px solid #24273a; + border: 4px solid #414559; } .category { @@ -49,7 +49,7 @@ input[type=text] { .link { display: block; - color: #939ab7; + color: #b5bfe2; } a {