Jump to content

Myspace Mode: Difference between revisions

no edit summary
(Created page with "Up to: Part Of::Mastodon/Hacking, Part Of::Features {{Project |Description=Custom Account CSS |Part Of=Mastodon/Hacking |Parts= |Contributors=Lina, Jonny |Has Git Repository=https://github.com/NeuromatchAcademy/mastodon |Completion Status=Completed |Active Status=Completed |Approval Status=Approved }} Pull request: Has Pull Request::https://github.com/NeuromatchAcademy/mastodon/pull/63 You can customize the CSS on your profile page! == Steps == * Go to y...")
 
No edit summary
 
Line 52: Line 52:
* Loading images from URLs
* Loading images from URLs
* Change css variables
* Change css variables
== Troubleshooting ==
Account CSS should come after other CSS declarations, so it should override them, but if it doesn't that means there is some other conflicting CSS rule.  You can...
* Make your CSS selector more specific, at least as specific as the rule that's overriding yours (use the inspect element window and look at the declared styles to see which that is)
* Use a bunch of <code>!important</code> markers at the end of every rule. this aint carnegie hall kid nobody's gonna judge your CSS.