This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/src/articles/static/authenticated.css

11 lines
222 B
CSS

.pill {
font-size: 60%;
background-color: var(--nc-tx-2);
color: var(--nc-bg-1);
padding: 0.5ex 1ex;
border-radius: 1ex;
vertical-align: 15%;
text-decoration: none;
display: inline-block;
}