init repository
This commit is contained in:
commit
75b550020a
|
@ -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
|
|
@ -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 New Issue