diff options
| author | user <user@node5.net> | 2024-07-20 18:17:08 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-07-20 18:17:08 +0200 |
| commit | ee84c37c67bdc1f802f5d5fb574158cfa0106995 (patch) | |
| tree | ebe0469e5d0dd81b18e8820450c2021893d4f2b0 /src | |
| parent | 8065def2ce044fe574f395e5187646e41d871fb2 (diff) | |
Style - Day grey, unify greys
Diffstat (limited to 'src')
| -rw-r--r-- | src/static/main.css | 3 | ||||
| -rw-r--r-- | src/templates/index.html | 4 |
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"> |
