diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-04-11 11:47:44 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-04-11 11:47:44 -0400 |
| commit | 94e4d463e8b485ddcd45168b4601b9b609f5f21f (patch) | |
| tree | 7aa53d636f2ea237e1150d304cf622a1d4376f8a /assets/stylesheets/css.css | |
| parent | 5a8fb819126f9b1d9244cd3558a54a7d16b6858e (diff) | |
| parent | 6f895c8db89ce8ae6295db1dc93284cdb521217c (diff) | |
merge
Diffstat (limited to 'assets/stylesheets/css.css')
| -rw-r--r-- | assets/stylesheets/css.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/stylesheets/css.css b/assets/stylesheets/css.css index e59793a..1e54a94 100644 --- a/assets/stylesheets/css.css +++ b/assets/stylesheets/css.css @@ -9,6 +9,8 @@ html, body { height: 100%; background: -moz-linear-gradient(top, rgba(240,249,255,1) 0%, rgba(244,251,255,1) 59%, rgba(244,251,255,1) 59%, rgba(234,247,255,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,1)), color-stop(59%,rgba(244,251,255,1)), color-stop(59%,rgba(244,251,255,1)), color-stop(100%,rgba(234,247,255,1))); /* Chrome,Safari4+ */ + font-family: sans-serif; + font-weight: 300; } .mx-scene { z-index: 1; |
