Initial commit.
This commit is contained in:
commit
936ea3d853
40 changed files with 6851 additions and 0 deletions
8
mobile/assets/blog.css
Normal file
8
mobile/assets/blog.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
#blog {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
#blog a {
|
||||
color: #ffffff;
|
||||
margin-top: 50px;
|
||||
}
|
6
mobile/assets/main.css
Normal file
6
mobile/assets/main.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
body {
|
||||
background-color: #0f1116;
|
||||
color: #ffffff;
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
margin: 20px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue