Public Access
5
0
This commit is contained in:
Andres
2025-11-30 14:16:45 -05:00

View File

@@ -668,28 +668,26 @@ footer {
.lore aside {
position: sticky;
bottom: 5px;
margin-bottom: 5px;
left: 5px;
}
.lore .nextArc {
width: 6.5%;
margin: 5px;
display: block;
text-align: center;
background-color: #c19f8a;
border-radius: 15px;
}
.lore .nextArc a {
padding: 10px 5px;
display: block;
color: #13172c;
.lore aside a {
display: inline-block;
text-decoration: none;
color: #13172c;
padding: 10px 16px;
margin: 5px;
background-color: #c19f8a;
border-radius: 20px;
width: 6.5%;
text-align: center;
}
.lore .nextArc a:hover {
border-radius: 15px;
text-align: center;
.lore aside a:hover {
background-color: #bf815b;
color: #ffefe5;
}