botanjs/src/Astro/Blog/Layout/Subs/Manage.css
raw ยท 241 bytes
.ban-btn { color: red; }
.subs-type { margin: 1em; }
.subs-item {
position: relative;
margin: .5em 2.5em .5em .5em;
border-left: 0.5em solid royalblue;
background-color: white;
}
.subs-item > p a {
color: orangered;
margin: 0.5em;
}