mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-22 00:36:20 +03:00
rebranding
This commit is contained in:
parent
15680976f0
commit
7ce254f362
2 changed files with 8 additions and 3 deletions
3
NOTICE
3
NOTICE
|
@ -1,4 +1,5 @@
|
||||||
Copyright 2022 Redume
|
EveryNASA Copyright 2022-2023 Redume
|
||||||
|
Starlio Copyright 2023 Redume
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -10,7 +10,11 @@ body {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content p {
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content p, .form-select, #download {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -153,7 +157,7 @@ body {
|
||||||
#devices {
|
#devices {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
margin: 15% 2%;
|
margin: 10% 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#title {
|
#title {
|
||||||
|
|
Loading…
Add table
Reference in a new issue