Apart from the forum posts and the items in the inventory, the site font is so tiny that I can barely read it. Does anyone have CSS for fixing this, please? Also, would someone be willing to help me put it into my coding correctly? I know nothing about CSS except that it's useful for a lot of things lol!
Also, if there's a CSS code for getting rid of the boxes in the inventory item pages (when you click on an item in your inventory) and in the vault, reverting things back to the way they were, I'd be extremely grateful

- You should be able to enlarge the text just by hitting ctrl and the + key. In Firefox, you can even do ctrl shift + to enlarge font only, without affecting images. Chrome probably has the same sort of thing.
No CSS required. :)

the only problem with that is the pixelation and such :/ I've tried it and it looks awful lol

sure would be cool if there is . as i find it small as well and have no head for coding and stuff.
THANK YOU! NHS... Think pink this October..
body {font-family: verdana!important; font-size:12px!important;}
.ui.grid>.column, .ui.grid>.row>.column {font-family: verdana!important; font-size:12px!important;}
input, button, select, textarea {font-family: Verdana!important;} .sidebar-inner-events, .sidebar-inner-events a, .sidebar-widget-contents p, .sidebar-widget-contents a, .x-js-events .sidebar-widget-contents p, -notepad-content, .x-js-events .sidebar-widget-contents a { font-size: 12px!important; font-family: verdana!important;} } .menu-btn a.item {font-size:16px!important;} .menu-tab, bookmark a {font-size:16px!important;}
.menu-btn ul li a {font-size:12px!important;} .nav-tabs a {font-size:12px!important;}
.ui a, .ui .message { font-size: 12px!important; font-family: verdana!important;} }
.column { font-size: 13px!important; font-family: verdana!important;} }
This was posted on another thread a while ago here. I'm using it and it does work, but I don't really know much about coding.