Add some basic css

This commit is contained in:
Adam Goldsmith 2017-10-12 23:36:45 -04:00
parent 8ac026767a
commit 00f0c17c24
2 changed files with 12 additions and 0 deletions

4
css/common.css Normal file
View File

@ -0,0 +1,4 @@
body {
background-color: #eee;
color: #444;
}

8
css/editor.css Normal file
View File

@ -0,0 +1,8 @@
#cardEditor {
position: fixed;
top: 0;
right: 0;
background-color: gray;
padding: 10px;
border-radius: 3px;
}