1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Initial commit

This commit is contained in:
Dan Brown
2015-07-12 20:01:42 +01:00
commit eaa1765c7a
99 changed files with 8011 additions and 0 deletions

View File

@ -0,0 +1,13 @@
* {
box-sizing: border-box;
}
html {
background-color: #FFF;
}
body {
font-family: $text;
font-size: $fs-m;
line-height: 1.4em;
color: #444;
-webkit-font-smoothing: antialiased;
}