ultrawidify/res/css/uw_common.css
Tamius Han ca33454677 Taking CSS out of the uw.js and placing it into its own file, laid out the foundations for this change in manifest.json. NOTE: this commit just laid the groundwork,
uw_common.css is unfinished (font-face block isn't even properly closed) and uw.js wasn't updated to include CSS files yet.
2016-12-04 12:01:38 +01:00

12 lines
135 B
CSS

@font-face{
font-family: 'Oxygen-regular';
src:
}
.show{
display: block !important;
}
.uw_hide{
display: none !important;
}