diff options
| author | Yuval Adam <_@yuv.al> | 2018-08-21 19:50:55 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-08-21 19:50:55 +0300 |
| commit | 32222a5bc936f4ab90f7505257f2b0882074e2e0 (patch) | |
| tree | 7a4c69a5fbef9bffce324c83d85d815b1bf4e65f /styles.css | |
| parent | 3aa585ca0149e81696a9e69426ff470343e15243 (diff) | |
Initial batch of slides
Diffstat (limited to 'styles.css')
| -rw-r--r-- | styles.css | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..9531488 --- /dev/null +++ b/styles.css @@ -0,0 +1,49 @@ +@import url('https://fonts.googleapis.com/css?family=Fira+Sans'); +@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro'); + +body { + font-family: 'Fira Sans'; +} + +.remark-code, .remark-inline-code { + font-family: 'Source Code Pro'; +} + +blockquote { + background: #f9f9f9; + border-left: 10px solid #ccc; + margin: 1.5em 10px; + padding: 0.5em 10px; +} + +blockquote:before { + color: #ccc; + font-size: 4em; + line-height: 0.1em; + margin-right: 0.25em; + vertical-align: -0.4em; +} + +blockquote p { + display: inline; +} + +table { + border: solid 1px #333; + border-spacing: 0; + border-collapse: collapse; + text-align: center; +} + +table thead th { + background-color: #ccc; + border: solid 1px #ccc; + color: #333; + padding: 10px; +} + +table tbody td { + border: solid 1px #ccc; + color: #333; + padding: 10px; +}
\ No newline at end of file |
