fancier favorite star on topics
This commit is contained in:
parent
67f0de4b8b
commit
e22b4fe229
|
@ -123,7 +123,7 @@ body {
|
||||||
}
|
}
|
||||||
#main {
|
#main {
|
||||||
.icon-star.starred {
|
.icon-star.starred {
|
||||||
color: #e8d81f;
|
color: #fe1;
|
||||||
}
|
}
|
||||||
a.star {
|
a.star {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -135,7 +135,8 @@ body {
|
||||||
content: "\f005";
|
content: "\f005";
|
||||||
}
|
}
|
||||||
&.starred {
|
&.starred {
|
||||||
color: #e8d81f;
|
color: #fe1;
|
||||||
|
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
|
||||||
@include hover {
|
@include hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
&:before {
|
&:before {
|
||||||
|
|
Loading…
Reference in New Issue