diff options
Diffstat (limited to 'devtools/client/themes/dom.css')
-rw-r--r-- | devtools/client/themes/dom.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devtools/client/themes/dom.css b/devtools/client/themes/dom.css new file mode 100644 index 000000000..53eb8bb28 --- /dev/null +++ b/devtools/client/themes/dom.css @@ -0,0 +1,9 @@ +/* vim:set ts=2 sw=2 sts=2 et: */ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +:root.theme-dark { +} +:root.theme-light { +} |