Implement new Theme

This commit is contained in:
Devine Lu Linvega
2018-02-13 09:29:16 +13:00
parent 7f889b9a4e
commit 86e9534562
5 changed files with 22 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
body { padding: 5px; font-family: 'din_regular'; -webkit-user-select: none; overflow: hidden; padding-left:5px;}
body { padding: 5px; font-family: 'din_regular'; -webkit-user-select: none; overflow: hidden; padding-left:5px; transition: background 500ms}
#app { display: flex; flex-direction: column; align-items: center;}
#wrapper { padding: 25px; padding-bottom: 15px; -webkit-app-region: drag; padding-left:15px;}