diff options
| author | Yuval Adam <_@yuv.al> | 2018-08-22 10:07:31 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-08-22 10:07:31 +0300 |
| commit | e626c6b4282ac9cb7f44437bf83de02f343407ab (patch) | |
| tree | ab6bd2141eae6ac632a52f816f1a46a164d727a0 | |
| parent | 32222a5bc936f4ab90f7505257f2b0882074e2e0 (diff) | |
Add nice yak shaving slide
| -rw-r--r-- | slides.html | 4 | ||||
| -rw-r--r-- | styles.css | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/slides.html b/slides.html index efa9156..1fac75b 100644 --- a/slides.html +++ b/slides.html @@ -50,8 +50,10 @@ It's on [https://github.com/yuvadm/slingr](https://github.com/yuvadm/slingr) --- class: middle, left +background-image: url(https://cdn-images-1.medium.com/max/2000/1*TLk1BwXIZA5kaMhEbTXY0g.jpeg) +background-size: cover -# Title 5 +# .white[Rust is **not** a high-level language] --- class: middle, left @@ -5,6 +5,10 @@ body { font-family: 'Fira Sans'; } +.white { + color: white; +} + .remark-code, .remark-inline-code { font-family: 'Source Code Pro'; } |
