This commit is contained in:
2024-02-01 12:57:32 +01:00
committed by AdrienLSH
parent 910a8861e5
commit 22dd4a0299
14 changed files with 67 additions and 40 deletions

View File

@ -1,12 +1,3 @@
*{
color: #cccccc;
font-size: 35px;
background-color: #1a1a1a;
}
body {
}
#app #avatar {
max-height: 10em;
max-width: 10em;

View File

@ -1,17 +1,11 @@
#app #main .account
{
color: #1a1a1a;
#app * {
font-size: 30px;
}
#app #main
{
width: 60%;
display: flex;
flex-direction: column;
color: #1a1a1a;
}
#app #main .profile
{
color: #1a1a1a;
}

View File

@ -1,3 +1,7 @@
#app * {
font-size: 30px;
}
#app #username
{
font-size: 0.8em;
@ -11,7 +15,6 @@
#app {
margin-top: 1em;
background-color: red;
}
#app #yes, #app #no {

View File

@ -1,3 +1,7 @@
#app * {
font-size: 40px;
}
#app img
{