1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
562 B

.taglist {
display: block;
justify-content: center;
width: 80%;
max-width: 800px;
margin-bottom: 40px;
border: 1px solid #A337F0;
border-radius: 5px;
padding-bottom: 10px;
}
.tag-title h1 {
color: #D092FC;
font-weight: bold;
text-align: center;
font-size: 30px;
margin: 10px 30px 0;
}
.tag-content {
text-align: center;
margin: 20px;
}
.tag-title hr {
width: 85%;
}
.listed-tag a {
text-decoration: none;
}
.listed-tag a:hover {
color: #D092FC;
}
.listed-tag:not(:last-child)::after {
content: "";
padding: 1px;
}