This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
change colors of favourite and bookmark icon
closed-social-glitch-2
欧醚
1 year ago
parent
76bc47e920
commit
6a85b91542
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
app/javascript/flavours/glitch/styles/components/misc.scss
+ 3
- 3
app/javascript/flavours/glitch/styles/components/misc.scss
View File
@ -379,16 +379,16 @@ body > [data-popper-placement] {
position
:
absolute
;
.
fa
.
star-icon
{
color
:
$
gold-star
;
color
:
$
red-bookmark
;
}
}
.
icon-button
.
star-icon
.
active
{
color
:
$
gold-star
;
color
:
$
red-bookmark
;
}
.
icon-button
.
bookmark-icon
.
active
{
color
:
$
red-bookmark
;
color
:
$
gold-star
;
}
.
no-reduce-motion
.
icon-button
.
star-icon
{
Write
Preview
Loading…
Cancel
Save