1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-06-27 23:43:16 +00:00
nextcloud-breeze-dark/appinfo/app.php

5 lines
99 B
PHP
Raw Normal View History

2019-11-28 22:13:51 +01:00
<?php
use OCP\Util;
2019-12-05 22:20:25 +01:00
Util::addStyle('breezedark', 'guest');
2019-11-28 22:13:51 +01:00
Util::addStyle('breezedark', 'server');