mirror of
https://github.com/Starlio-app/StarlioX
synced 2025-02-22 23:13:12 +03:00
add new icons
This commit is contained in:
parent
bd333838b1
commit
8bea213867
3 changed files with 102 additions and 0 deletions
BIN
web/static/image/icons/everynasa.ico
Normal file
BIN
web/static/image/icons/everynasa.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
44
web/static/style/about.css
Normal file
44
web/static/style/about.css
Normal file
|
@ -0,0 +1,44 @@
|
|||
p {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
#title {
|
||||
font-size: 1.6em;
|
||||
text-align: center;
|
||||
margin-top: 1%;
|
||||
}
|
||||
|
||||
#banner {
|
||||
display: block;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
margin-top: 1%;
|
||||
}
|
||||
|
||||
#description, #dev {
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#contact-image {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: -0.5%;
|
||||
}
|
||||
|
||||
#version {
|
||||
font-size: 1em;
|
||||
text-align: center;
|
||||
margin-top: -0.5%;
|
||||
color: #9FA4AF
|
||||
}
|
||||
|
||||
#license a, #github a {
|
||||
color: #a596bd;
|
||||
}
|
||||
|
||||
#license, #github {
|
||||
font-size: 1em;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Reference in a new issue