1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 07:53:06 +03:00
css/scss/_counter.scss
Mark Otto eb6e3d777b Darken text on light gray bgs
`#666` meets AA while the updated `#767676` doesn't against `#eee`
2015-06-01 14:29:17 -07:00

11 lines
180 B
SCSS

.counter {
display: inline-block;
padding: 2px 5px;
font-size: 11px;
font-weight: bold;
line-height: 1;
color: #666;
background-color: #eee;
border-radius: 20px;
}