summaryrefslogtreecommitdiff
path: root/usrspace.css
blob: 0671ef2fa7d11fbee65c41a3b1cdda7cdcd058a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import url('https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.min.css');

html {
  font-family: Helvetica, Arial, sans-serif;
}
.reveal code, .reveal pre {
  font-family: Hack
}
.reveal section img {
  background:none; border:none; box-shadow:none;
}

.container{
    display: flex;
}
.col{
    flex: 1;
}