Skip to content

Commit

Permalink
Version 1.2.5
Browse files Browse the repository at this point in the history
- Override change in Package.json
- Change for mobile view
- Latest Reveal.js version
  • Loading branch information
Martinomagnifico committed Feb 4, 2024
1 parent 322352c commit c3c8ca6
Show file tree
Hide file tree
Showing 24 changed files with 1,579 additions and 1,863 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Martijn De Jongh (Martino)
Copyright (c) 2024 Martijn De Jongh (Martino)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ If you like it, please star this repo.
## License
MIT licensed

Copyright (C) 2022 Martijn De Jongh (Martino)
Copyright (C) 2024 Martijn De Jongh (Martino)
6 changes: 4 additions & 2 deletions demo/assets/css/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,13 @@ p.code, p code, small code, .small code, li code {
border: 4px solid transparent;
border-radius: 8px;
}
.reveal.embedded:not(.focused) {
cursor: pointer;
}
.reveal.embedded.focused {
border-color: #42affa;
box-shadow: 0 4px 16px rgba(5, 21, 37, 0.3);
}

.reveal.embedded .progress {
background: rgba(66, 175, 250, 0.3);
font-size: 10px;
Expand Down Expand Up @@ -154,7 +156,7 @@ a.github-corner.bottom {
margin-top: auto;
top: calc(100% - 70px);
}
.reveal.embedded a.github-corner {
.reveal.embedded a.github-corner, .reveal-viewport.reveal-scroll a.github-corner {
display: none;
}
a.github-corner svg {
Expand Down
4 changes: 2 additions & 2 deletions demo/dist/reveal.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/dist/reveal.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/dist/reveal.esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/dist/reveal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/dist/reveal.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/plugin/highlight/highlight.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c3c8ca6

Please sign in to comment.