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

View File

@ -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 {