mirror of https://github.com/ColorlibHQ/gentelella
9 lines
162 B
CSS
9 lines
162 B
CSS
|
.starrr {
|
||
|
display: inline-block; }
|
||
|
.starrr a {
|
||
|
font-size: 16px;
|
||
|
padding: 0 1px;
|
||
|
cursor: pointer;
|
||
|
color: #FFD119;
|
||
|
text-decoration: none; }
|