Add some basic css
This commit is contained in:
parent
670154d071
commit
2069f30adf
4
css/common.css
Normal file
4
css/common.css
Normal file
@ -0,0 +1,4 @@
|
||||
body {
|
||||
background-color: #eee;
|
||||
color: #444;
|
||||
}
|
8
css/editor.css
Normal file
8
css/editor.css
Normal file
@ -0,0 +1,8 @@
|
||||
#cardEditor {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
background-color: gray;
|
||||
padding: 10px;
|
||||
border-radius: 3px;
|
||||
}
|
Loading…
Reference in New Issue
Block a user