mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-03 00:19:57 -04:00
Added extra stylesheet to slide mode
This commit is contained in:
parent
32a89e13cd
commit
45ec05e2ed
2 changed files with 18 additions and 0 deletions
16
public/css/slide.css
Normal file
16
public/css/slide.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
.reveal,
|
||||
.reveal h1,
|
||||
.reveal h2,
|
||||
.reveal h3,
|
||||
.reveal h4,
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
|
||||
}
|
||||
.reveal pre,
|
||||
.reveal code {
|
||||
font-family: "Source Code Pro", Consolas, monaco, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", monospace;
|
||||
letter-spacing: 0.025em;
|
||||
line-height: 1.25;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue