1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2025-04-29 02:40:59 +00:00

load custom css from event settings, slightly change css selectors

This commit is contained in:
Daniel Havlik 2021-12-24 20:50:28 +01:00
parent 4582e4db37
commit d08e7db9bb
2 changed files with 12 additions and 9 deletions

View file

@ -4,7 +4,7 @@
line-height: 1.2em;
}
#box {
#l3box {
width: 1020px;
position: absolute;
@ -20,17 +20,17 @@
background-color: #3aa57c;
}
#title {
#l3title {
font-size: 30px;
font-weight: 500;
margin-bottom: 15px;
}
#speaker {
#l3speaker {
font-size: 20px;
}
#info_line {
#l3info_line {
font-size: 16px;
text-align: right;
}