1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-09 16:06:21 +02:00
This commit is contained in:
Kushagra Gour
2016-12-03 04:29:17 +05:30
parent 0c657f2064
commit abbd08d9db

View File

@ -594,8 +594,8 @@
transform: translateX(0); transform: translateX(0);
} }
.count-label { .count-label {
color: #ddd; color: rgba(255,255,255,0.5);
background: rgba(255,255,255,0.3); background: rgba(255,255,255,0.13);
border-radius: 5px; border-radius: 5px;
padding: 1px 6px; padding: 1px 6px;
} }