diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/web/package.json | 3 | ||||
-rw-r--r-- | app/src/web/scss/core/_core_text.scss | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app/src/web/package.json b/app/src/web/package.json index 7b97934d..3a9b6acc 100644 --- a/app/src/web/package.json +++ b/app/src/web/package.json @@ -1,6 +1,7 @@ { "scripts": { - "compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css" + "compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css", + "scss-watch": "sass --no-source-map --style compressed --update scss:assets/css --watch" }, "license": "GPL-3.0", "repository": { diff --git a/app/src/web/scss/core/_core_text.scss b/app/src/web/scss/core/_core_text.scss index b8cb74a0..9f574104 100644 --- a/app/src/web/scss/core/_core_text.scss +++ b/app/src/web/scss/core/_core_text.scss @@ -26,7 +26,7 @@ h1, h2, h3, h4, h5, h6 { color: $text !important; } -strong > a, a[data-sigil~="unlike"], ._15ks ._2q8z._2q8z, ._1e3e, .blueName, ._5kqs ._55sr, ._484w.selected ._6zf { +strong > a, a > ._2vyr, a[data-sigil~="unlike"], ._15ks ._2q8z._2q8z, ._1e3e, .blueName, ._5kqs ._55sr, ._484w.selected ._6zf { color: $accent !important; } |