diff options
| author | Teddy Wing | 2014-10-30 20:26:50 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-10-30 20:27:33 -0400 |
| commit | 65600960507d714053d6c7ba99b8e3ced1d6761f (patch) | |
| tree | 243ccfc5559d0d395905a5d3362caf82abcb7971 /public/stylesheets | |
| download | sipping-point-65600960507d714053d6c7ba99b8e3ced1d6761f.tar.bz2 | |
Iniital commit. Base generated express 4.9.0 app.
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css new file mode 100644 index 0000000..30e047d --- /dev/null +++ b/public/stylesheets/style.css @@ -0,0 +1,8 @@ +body { + padding: 50px; + font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; +} + +a { + color: #00B7FF; +}
\ No newline at end of file |
