You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So.
For this to be possible we would need to locate the part of the text containing the CSS classes we want to edit, then use them as a guidance for where in the code it is. Parsing the CSS file is still a problem, but solved in terms of the dynamic CSS.
-> locate text
-> fetch css tag
-> find css tag in the css file
-> replace the vars
Any takers?
We need to modify the page a bit.
c9
:line-height: 1.4px;
c16
:display: none;
Not sure what the best way to do this is. Possibly use BS4?
The text was updated successfully, but these errors were encountered: