Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user