Update startpage.
This commit is contained in:
parent
334691c69f
commit
e9c7f6f33d
2
build.sh
2
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
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user