[00:02:40] [1/2] Have you seen it yet? https://meta.miraheze.org/wiki/Help:How_to_customise_the_look_of_my_wiki [00:02:41] [2/2] I am asking so that the other colleagues know and can help you. [00:04:20] I'll try looking into it, hopefully I can figure out some stuff. [00:04:24] Thank you [00:08:05] hum It might be of interest... or not. https://meta.miraheze.org/wiki/User:PetraMagna/Dark_mode [00:08:28] Oh yeah for sure [00:09:17] I'll probably just make a custom dark theme to fit my specific wiki though [00:22:03] [1/2] Ok i tried this and it did change the text color but not the background [00:22:04] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1378166604180881438/image.png?ex=683b9d2b&is=683a4bab&hm=fdff717caf9607687139c2d5357cbe7d1e8e0e0a0db5d4f113998e3b867bce39& [01:02:08] [1/2] Is there anything like the Portable CSS Pad on Miraheze? [01:02:08] [2/2] Someone introduced me to it last year and it is so, so helpful so I hope there's a similar tool? Or a way to have it on Miraheze? [01:25:37] you can kinda hack one together [01:26:17] Oh? How would I do that? [01:29:30] what skin are you using? there might be an element that's covering body [01:30:31] I'm using the default one I got when I request the wikis creation [01:30:51] I think that's vector legacy [01:31:02] Yeah I'll check though [01:31:15] but its probably that one [01:36:57] [1/17] i tried but it's not working ^^; [01:36:57] [2/17] ```js [01:36:57] [3/17] mw.util.addCSS(` [01:36:57] [4/17] #hackypad { [01:36:58] [5/17] display: block; [01:36:58] [6/17] font-family: monospace; [01:36:58] [7/17] position: absolute; [01:36:59] [8/17] top: 5px; [01:36:59] [9/17] left: 5px; [01:36:59] [10/17] border: 2px dotted black; [01:37:00] [11/17] width: 50em; [01:37:01] [12/17] height: 10em; [01:37:01] [13/17] background: grey; [01:37:02] [14/17] } [01:37:02] [15/17] `); [01:37:03] [16/17] $(document.body).append($("