summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/static/main.css3
-rw-r--r--src/templates/index.html4
2 files changed, 3 insertions, 4 deletions
diff --git a/src/static/main.css b/src/static/main.css
index fb12def..ff15c9a 100644
--- a/src/static/main.css
+++ b/src/static/main.css
@@ -17,7 +17,6 @@ body {
#top {
font-size: 1vh;
- color: #ddd;
}
#program {
@@ -32,7 +31,7 @@ body {
}
.grey {
- color: grey !important;
+ color: #ddd !important;
}
img {
diff --git a/src/templates/index.html b/src/templates/index.html
index 45f6fd5..8893c72 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -2,11 +2,11 @@
{% block content %}
- <pre class="content" id="top">{{parts.top}}</pre>
+ <pre class="content grey" id="top">{{parts.top}}</pre>
<img src="title_headline.png">
- <pre class="content" id="program">{% for event in parts.program %}<div style="position: relative"><div style="display: inline-block; background: #006688; height: 1.2em; width: {{event.progress}}%; position: absolute; left: 0"></div><div style="position: absolute; top: 0px; left: 0px;">{{event.title}} {{event.day}} {{ event.time}} {{ event.icon }}</div></div><br>{% endfor %}</pre>
+ <pre class="content" id="program">{% for event in parts.program %}<div style="position: relative"><div style="display: inline-block; background: #006688; height: 1.2em; width: {{event.progress}}%; position: absolute; left: 0"></div><div style="position: absolute; top: 0px; left: 0px;">{{event.title}} <span class="grey">{{event.day}}</span> {{ event.time}} {{ event.icon }}</div></div><br>{% endfor %}</pre>
{#
<img src="news_headline.png">