diff options
| -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'; } |
