Support multiple info links
This commit is contained in:
@@ -32,3 +32,19 @@
|
||||
transition: color 0.3s;
|
||||
}
|
||||
}
|
||||
|
||||
.infoContent {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.linkList {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
a {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ p {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #8962ec;
|
||||
color: #7e54e7;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user