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.

30 lines
622 B

2 years ago
.frontmatter-section-accounts{
display: inline-flex;
flex-wrap: wrap;
align-items: center;
}
.frontmatter-accounts {
background-color: var(--background-secondary-alt);
border-radius: 30px;
font-size: 0.9em;
border: 1px solid transparent;
white-space: nowrap;
overflow: hidden;
margin: 2px 4px;
display: inline-flex;
padding: 0;
}
.frontmatter-accounts-sitename {
display: block;
padding: 2px 8px 2px 8px;
line-height: 19px;
margin: 0;
}
.frontmatter-accounts-label {
display: block;
padding: 2px 8px 2px 8px;
line-height: 19px;
margin: 0;
}