From 479c01930e8d21e7bb01201ac13d523b6afaffdd Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 14 Oct 2020 00:14:21 +0200 Subject: [PATCH] update style, title --- src/slides/timeside-2020.md | 16 ++++++++-------- src/styl/remark-themes/ircam-blue.styl | 4 ---- src/styl/remark-themes/ircam-white.styl | 5 +++++ 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/slides/timeside-2020.md b/src/slides/timeside-2020.md index 15db5ac..9fbe64f 100644 --- a/src/slides/timeside-2020.md +++ b/src/slides/timeside-2020.md @@ -12,16 +12,16 @@ class: center, middle, ircam, inverse --- -class: ircam +class: ircam, large-list #Outline -- Intro (GP) -- History (GP) -- Core (GP) -- Server (AG) -- Player v2 (MD) -- Perspectives (GP) +- Introduction +- History +- Core +- Server +- Player +- Perspectives --- @@ -700,7 +700,7 @@ class: ircam, tight #timeside.player -##Environment +##Player 🔧 Technologies - Vue (composition-api): DOM Manipulation, Data reactivity diff --git a/src/styl/remark-themes/ircam-blue.styl b/src/styl/remark-themes/ircam-blue.styl index 474b5e6..bbe7799 100644 --- a/src/styl/remark-themes/ircam-blue.styl +++ b/src/styl/remark-themes/ircam-blue.styl @@ -45,9 +45,6 @@ li:before { /* the custom styled bullets */ .red color #fa0000 -.large - font-size 2em - a, a > code // color rgb(249, 38, 114) // color rgb(110, 198, 179) @@ -192,7 +189,6 @@ code overflow-y scroll overflow-x hidden - img[alt=image] width: 100% diff --git a/src/styl/remark-themes/ircam-white.styl b/src/styl/remark-themes/ircam-white.styl index 465d036..101ad29 100644 --- a/src/styl/remark-themes/ircam-white.styl +++ b/src/styl/remark-themes/ircam-white.styl @@ -228,3 +228,8 @@ img[alt=image-60] height 80% overflow-y scroll overflow-x hidden + + +.large-list + li + font-size 1.5em -- 2.39.5