Public Access
5
0

ajout de boutons

This commit is contained in:
LD
2025-11-21 13:26:10 -05:00
parent cb68992900
commit 52f27a82d0
2 changed files with 25 additions and 0 deletions

View File

@@ -154,6 +154,29 @@ nav img {
flex-grow: 1;
}
.lore .nextArc {
width: 8%;
margin: 5px;
padding: 15px 10px;
display: block;
text-align: center;
background-color: #C19F8A;
border-radius: 15px;
}
.lore .nextArc a {
color: #13172c;
text-decoration: none;
}
.lore .nextArc a:hover {
width: 8%;
border-radius:15px;
text-align: center;
background-color: #bf815b;
color: #FFEFE5;
}
#awakening, #vorsPrize, #professor, #onceAwake, #deimos {
display: flex;
align-items: flex-start;