Browse Source

Fix status embed card links color

closed-social-glitch-2
Thibaut Girka 6 years ago
committed by ThibG
parent
commit
e36f6f48e5
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/flavours/glitch/styles/components/status.scss

+ 4
- 0
app/javascript/flavours/glitch/styles/components/status.scss View File

@ -675,6 +675,10 @@
position: relative;
bottom: -1px;
}
a .fa, a:hover .fa {
color: inherit;
}
}
}

Loading…
Cancel
Save