diff options
author | Allan Wang <me@allanwang.ca> | 2020-02-04 23:34:49 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-02-04 23:34:49 -0800 |
commit | af634a90b677695905c7f26c2017cf13805d5b2e (patch) | |
tree | 26c48b7a3e7c2f6ab87841ed8cbed2a6e77baa58 /app/src/web/scss/core | |
parent | 0b42203f8cf9d2bd01369ba4aab069d5c28aa9f6 (diff) | |
download | frost-af634a90b677695905c7f26c2017cf13805d5b2e.tar.gz frost-af634a90b677695905c7f26c2017cf13805d5b2e.tar.bz2 frost-af634a90b677695905c7f26c2017cf13805d5b2e.zip |
Add second part of liked comment theme
Diffstat (limited to 'app/src/web/scss/core')
-rw-r--r-- | app/src/web/scss/core/_core_text.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/web/scss/core/_core_text.scss b/app/src/web/scss/core/_core_text.scss index 45b64172..31d6b433 100644 --- a/app/src/web/scss/core/_core_text.scss +++ b/app/src/web/scss/core/_core_text.scss @@ -27,7 +27,7 @@ h1, h2, h3, h4, h5, h6 { } // Related to like buttons -a[data-sigil~="unlike"], a[style*="color: rgb(32, 120, 244)"], +a[data-sigil~="unlike"], a[style*="color: rgb(32, 120, 244)"], a[style*="color:#2078f4"], strong > a, a > ._2vyr, ._15ks ._2q8z._2q8z, ._1e3e, .blueName, ._5kqs ._55sr, ._484w.selected ._6zf, ._6_qj, ._2wn3, ._by_, ._1r05 { color: $accent !important; |