diff --git a/README.md b/README.md index 8447092..d33bee7 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,16 @@ Writ is served through the CloudFlare CDN. HTML is super easy to write. Markdown is even easier to write and generate HTML from. But what does it look like? -![Default Styles](screenshot/default.png) +

+ Default styles +

Not very nice, and it gets worse the more there is. Applying the Writ stylesheet makes it better. -![Writ Styles](screenshot/writ.png) +

+ Writ styles +

## Caveats diff --git a/index.html b/index.html index 75789c8..5c65b74 100644 --- a/index.html +++ b/index.html @@ -41,10 +41,16 @@

Goals

Motivation

HTML is super easy to write. Markdown is even easier to write and generate HTML from. But what does it look like?

-

Default Styles

+

+ Default styles +

+

Not very nice, and it gets worse the more there is. Applying the Writ stylesheet makes it better.

-

Writ Styles

+

+ Writ styles +

+

Caveats

Writ is designed for modern, standards compliant browsers only. There are no compatibility hacks. Writ is tested on the latest stable releases of Safari, diff --git a/screenshot/default.png b/screenshot/default.png index cc209fd..7208ee7 100644 Binary files a/screenshot/default.png and b/screenshot/default.png differ diff --git a/screenshot/writ.png b/screenshot/writ.png index 1b1c007..ddad4f3 100644 Binary files a/screenshot/writ.png and b/screenshot/writ.png differ