aboutsummaryrefslogtreecommitdiff
path: root/point/theme/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'point/theme/default.css')
-rw-r--r--point/theme/default.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/point/theme/default.css b/point/theme/default.css
new file mode 100644
index 0000000..341365b
--- /dev/null
+++ b/point/theme/default.css
@@ -0,0 +1,40 @@
1/*
2 * This file is part of "What's The Point" <https://github.com/Pacien/WhatsThePoint>
3 * Copyright (C) 2014 Pacien TRAN-GIRARD
4 *
5 * "What's The Point" is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU Affero General Public License as
7 * published by the Free Software Foundation, either version 3 of the
8 * License, or (at your option) any later version.
9 *
10 * "What's The Point" is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU Affero General Public License for more details.
14 *
15 * You should have received a copy of the GNU Affero General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19body {
20 background: black;
21}
22
23p-slide {
24 background: white;
25 padding: 1.6em;
26 font-size: 1.6em;
27}
28
29h1, h2, h3, h4, h5, h6 {
30 margin: 0;
31}
32
33h2 {
34 margin-top: 0.2em;
35}
36
37li {
38 margin: 0.4em;
39}
40