From 199767d5f30a93a37517f2bfe3a8e26ba375397c Mon Sep 17 00:00:00 2001 From: Adrian Stoica <stoica@ntnu.no> Date: Thu, 21 Sep 2023 13:15:13 +0200 Subject: [PATCH] conf: add style for strikethrough --- lectures/revealjs/slides.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lectures/revealjs/slides.css b/lectures/revealjs/slides.css index 778fe74..3cb4637 100644 --- a/lectures/revealjs/slides.css +++ b/lectures/revealjs/slides.css @@ -262,3 +262,8 @@ section h2 { /* body div.reveal { margin-bottom: 40px !important; } */ + +.line-through +{ + text-decoration:line-through +} \ No newline at end of file -- GitLab