diff options
| author | Sparky <sparky@possumlodge.me> | 2019-01-02 12:01:03 -0500 |
|---|---|---|
| committer | Sparky <sparky@possumlodge.me> | 2019-01-02 12:01:03 -0500 |
| commit | a064a93a8e6ee0fe5dd1266db8d4a84d04d83e7e (patch) | |
| tree | 51612b2a948215d772238fd330a216ab4cb0d984 | |
| parent | 32469b3f65596e115bb04427cd1e5daafbb69312 (diff) | |
Admin and first setup pages default to dark theme
Since the user facing sides of the UI (login and library) are all dark theme by default, changes the default look for the admin sides (first time setup, admin panel) as well.
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ff9e522592..9bbfd9b745 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ !* +.directory + ################# ## Eclipse ################# |
