init repository
This commit is contained in:
commit
75b550020a
3 changed files with 35 additions and 0 deletions
12
PITCHME.yaml
Normal file
12
PITCHME.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
logo : https://ccchb.de/logo/CCCHB-logo_256x256_bw.png
|
||||
footnote : "Chaos Computer Club Bremen e.V."
|
||||
|
||||
layout : top-left
|
||||
theme : black
|
||||
highlight : ir-black
|
||||
theme-override : custom.css
|
||||
|
||||
transition : none
|
||||
published : true
|
||||
|
||||
code-line-numbers : true
|
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
|||
## Presentations:
|
22
custom.css
Normal file
22
custom.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
body {
|
||||
background: #000;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
html:-webkit-full-screen-ancestor {
|
||||
background: #000;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
html:-moz-full-screen-ancestor {
|
||||
background: #000;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.reveal pre {
|
||||
box-shadow : none;
|
||||
}
|
||||
|
||||
.reveal .slides section > ul {
|
||||
margin-left: 1em;
|
||||
}
|
Loading…
Reference in a new issue