Midnight Pub

Update on themes! zampano and other theme users, read on!

~m15o

As bartender and I are doing some cleaning, we decided to make themes easier to use. While we haven't reflected the change on the manual just yet, here's a heads-up:

To change the CSS, go to your account > theme. There, you'll be able to update it.

As you see, no need to create a special file anymore. If you already have a `_theme.css` file, copy its content to account > theme:

theme page

Feel free to remove `_theme.css` after that is done.

Write a reply

Replies

~zampano wrote (thread):

Thanks for letting us know!

I've updated my theme a tad, and anyone who uses it can grab it from my _theme.css file.

theme file

Also, I noticed that there's no sanitization on our personal themes (I inserted some test JavaScript on mine to see if it would work). It may not matter, but it may...

~pink2ds wrote (thread):

Thank you.

I use

      a {color:#321eb0;}
      a:visited {color:#9c1eb0;}
      body, p, .reply, blockquote, textarea, input[type=text], input[type=password], input[type=submit], .field { background-color: white; color: black;}
      pre { color: #808080; }

Buuut I mostly read over the gemini interface anyway♥


Source