Cosmetic and remove other stylesheets

This commit is contained in:
sparkyx 2021-05-29 19:09:43 +02:00
parent 2fca23e67b
commit b77ade6941
6 changed files with 11 additions and 5019 deletions

View file

@ -0,0 +1,8 @@
begin;
update user_global_pref set parameter_value='Classic7' where parameter_type='THEME';
delete from theme where the_name != 'Classic7';
select upgrade_repo(20);
commit;