MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 8: | Line 8: | ||
} | } | ||
body { | body { | ||
cursor: url('/var/www/html/img/cursor.cur'), auto; | |||
} | } |
Revision as of 16:18, 10 November 2023
/* CSS placed here will be applied to all skins */ /* Custom Favicon */ head > link[rel="icon"] { display: none; } head:after { content: url('/var/www/html/mediawiki/resources/assets/favicon.ico'); } body { cursor: url('/var/www/html/img/cursor.cur'), auto; }