mirror of
https://github.com/primer/css.git
synced 2024-12-02 07:53:06 +03:00
eb6e3d777b
`#666` meets AA while the updated `#767676` doesn't against `#eee`
11 lines
180 B
SCSS
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;
|
|
}
|