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/articles/static/authenticated.css

9 lines
167 B
CSS
Raw Normal View History

.pill {
font-size: 60%;
background-color: var(--nc-tx-2);
color: var(--nc-bg-1);
padding: .5ex 1ex;
border-radius: 1ex;
vertical-align: 15%;
}