mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 07:04:45 -04:00
Remove workaround rule in reveal by vendoring a bootstrap file
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
dc0068420a
commit
f35d05d712
4 changed files with 488 additions and 7 deletions
|
@ -7,8 +7,3 @@
|
|||
@import "../../../node_modules/reveal.js/css/reveal";
|
||||
@import "../../../node_modules/reveal.js/dist/theme/fonts/league-gothic/league-gothic.css";
|
||||
@import "slide-theme";
|
||||
|
||||
//Fix to make transitions work with bootstrap
|
||||
.reveal [hidden] {
|
||||
display: block !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue