remove unused css

This commit is contained in:
shinemoon 2023-11-17 11:07:54 +08:00
parent c9fe963ee0
commit da42608eb8
2 changed files with 0 additions and 6 deletions

View file

@ -3,7 +3,6 @@
class ColorfulListExtension extends Minz_Extension {
public function init():void {
Minz_View::appendStyle($this->getFileUrl('style.css', 'css'));
Minz_View::appendScript($this->getFileUrl('script.js', 'js'),'','','');
}
}

View file

@ -1,5 +0,0 @@
.sticker {
position: fixed;
top: 0;
z-index: 15;
}