-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Properly set text color using original CSS #3
Comments
Initial work done in fc95552 |
This is actually not as trivial as one has to parse the CSS, potentially merge CSS and then determine the color of the text surrounding the links. An expensive solution would be using something like phantomjs. |
viskey98
added a commit
to viskey98/snare
that referenced
this issue
May 3, 2018
afeena
pushed a commit
that referenced
this issue
May 3, 2018
Hi @glaslos i would like to work on this issue if that is ok. |
Absolutely! This is a bit tricky so I recommend an early PR to get feedback. |
ok
ill, give it try.
…On Mon, Mar 2, 2020 at 4:39 PM Lukas Rist ***@***.***> wrote:
Absolutely! This is a bit tricky so I recommend an early PR to get
feedback.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3?email_source=notifications&email_token=AJYA2AHHVFUY2FRP467HFB3RFOHXNA5CNFSM4BXN2ZH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENO427Y#issuecomment-593350015>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJYA2AEYJHXNEXFSU4FNFF3RFOHXNANCNFSM4BXN2ZHQ>
.
--
Steve Jose Motha
Bachelor of Technology, 3rd Year
Computer Science and Engineering, ASET, Noida
Mobile No: *9911135124*
email: [email protected]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably use https://pythonhosted.org/tinycss/parsing.html#quickstart to get the original CSS rules.
The text was updated successfully, but these errors were encountered: