Update startpage.

This commit is contained in:
CronyAkatsuki 2023-02-05 18:06:25 +01:00
parent 334691c69f
commit e9c7f6f33d
2 changed files with 8 additions and 8 deletions

View File

@ -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 add .
git commit -m "Update startpage." git commit -m "Update startpage."
git push git push

View File

@ -1,6 +1,6 @@
body { body {
background-color: #181926; background-color: #303446;
color: #cad3f5; color: #c6d0f5;
} }
.outer { .outer {
@ -27,17 +27,17 @@ input[type=text] {
border: none; border: none;
border-radius: 200px; border-radius: 200px;
font-size: 10px; font-size: 10px;
background-color: #24273a; background-color: #414559;
margin-bottom: 2%; margin-bottom: 2%;
margin-top: -10%; margin-top: -10%;
color: #cad3f5; color: #c6d0f5;
} }
.main { .main {
display: block; display: block;
margin: auto; margin: auto;
width: fit-content; width: fit-content;
border: 4px solid #24273a; border: 4px solid #414559;
} }
.category { .category {
@ -49,7 +49,7 @@ input[type=text] {
.link { .link {
display: block; display: block;
color: #939ab7; color: #b5bfe2;
} }
a { a {