goveal/examples/custom.css
Peter Kurfer bb66990c98
feat: added support for custom CSS, side menu plugin and a few more config options
- added support to add one or multiple CSS files as theme overrides
- added side menu plugin to control themes, transitions, switch to print view and so on
- added config options to set transition and navigation modes
2019-05-16 03:18:02 +02:00

7 lines
No EOL
58 B
CSS

.reveal h1 {
color: yellow;
}
p {
color: green;
}