From b90dcc04376b48d2b91fea8a5de48acbd7f885c4 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 11 Dec 2017 21:18:57 -0500 Subject: misc (#548) * Separate scss files and fix some issues * Delete blank css * Update menu stylings * Add branch details to auto release * Update script and readme * Test 2 * Test 3 --- app/src/main/assets/css/core/_core_text.scss | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 app/src/main/assets/css/core/_core_text.scss (limited to 'app/src/main/assets/css/core/_core_text.scss') diff --git a/app/src/main/assets/css/core/_core_text.scss b/app/src/main/assets/css/core/_core_text.scss new file mode 100644 index 00000000..0e858102 --- /dev/null +++ b/app/src/main/assets/css/core/_core_text.scss @@ -0,0 +1,38 @@ +[style*="color"], body, input, ._42rv, ._4qau, ._dwm .descArea, ._eu5, +._1tcc, ._3g9-, ._29z_, ._3xz7, ._ib-, ._3bg5 ._56dq, ._477i, ._2vxk, +.touched *, ._1_yj, ._1_yl, ._4pj9, +._z-z, ._z-v, ._1e8d, ._36nl, ._36nm, ._2_11, ._2_rf, ._2ip_, ._403p, +._5xu2, ._3ml8, ._3mla, ._50vk, ._1m2u, ._31y7, ._4kcb, ._1lf6, ._1lf5, +._1lf4, ._1hiz, ._xod, ._5ag5, +._43mh, .touch .btn, p, span, .fcg, button, ._52j9, ._52jb, ._52ja, ._5j35, +._rnk, ._24u0, ._1g06, ._14ye, .fcb, ._56cz._56c_, ._1gk_, ._55fj, ._45fu, +._18qg, ._1_ac, +._5aga, ._5ag9, ._537a, .acy, ._5ro_, ._6-l ._2us7, ._4mp, ._2b08, +._14v5 ._14v8, ._1440, ._1442, ._1448, ._4ks_, +textarea, ._24pi, ._4en9, ._1kb, ._5p7j, ._2klz, ._5780, ._5781, ._5782, +._3u9u, ._3u9_, ._3u9s, ._1hcx, ._2066, ._1_-1, ._cv_, ._1nbx, ._2cuh, +._4ms9, ._4ms5, ._4ms6, ._31b4, ._31b5, ._5q_r, ._idb, +._27vp, ._4nwe, ._4nw9, ._27vi, .appCenterAppInfo, .appCenterPermissions, +._3c9l, ._3c9m, ._4jn_, ._32qt, ._3mom, ._3moo, ._-7o, ._d00, ._d01, ._559g, +._2new, .appCenterCategorySelectorButton, +div.sharerSelector, .footer, +.mentions-input, .mentions-placeholder, .largeStatusBox .placeHolder, .fcw, +._5-7t, .fcl, ._4qas, .thread-title, .title, ._46pa, ._336p, ._1rrd, ._2om4, +._3m1m, ._2om2, ._5n_e, .appListExplanation, ._5yt8, ._8he, ._2luw, ._5rgs, +h1, h2, h3, h4, h5, h6 { + color: $text !important; +} + +strong > a, ._15ks ._2q8z._2q8z, ._1e3e { + color: $accent !important; +} + +._42nf ._42ng { + color: transparent !important; +} + +//these are links +a, +._5fpq { + color: $link !important; +} \ No newline at end of file -- cgit v1.2.3