Public Access
5
0
This commit is contained in:
Jeremy
2025-11-21 14:18:03 -05:00
5 changed files with 32 additions and 14 deletions

View File

@@ -175,9 +175,8 @@ footer p {
}
.lore .nextArc {
width: 8%;
width: 5%;
margin: 5px;
padding: 15px 10px;
display: block;
text-align: center;
background-color: #C19F8A;
@@ -185,18 +184,25 @@ footer p {
}
.lore .nextArc a {
padding: 10px 5px;
display: block;
color: #13172c;
text-decoration: none;
}
.lore .nextArc a:hover {
width: 8%;
border-radius:15px;
text-align: center;
background-color: #bf815b;
color: #FFEFE5;
}
.lore aside {
position: sticky;
left: 15px;
bottom: 15px;
}
#awakening, #vorsPrize, #professor, #onceAwake, #deimos {
display: flex;
align-items: flex-start;