diff --git a/epicyon-profile.css b/epicyon-profile.css index 9f7b32b73..c6325db46 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -74,6 +74,7 @@ --column-left-header-size: 20px; --column-left-icon-size: 20%; --column-right-icon-size: 20%; + --newswire-date-color: white; } @font-face { @@ -228,6 +229,12 @@ a:focus { color: var(--column-right-fg-color); } +.newswireDate { + font-size: var(--font-size-newswire); + color: var(--newswire-date-color); + float: right; +} + .new-post-text { font-size: var(--font-size2); font-family: Arial, Helvetica, sans-serif; diff --git a/webinterface.py b/webinterface.py index a7c5ba03f..8fe8b67be 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5343,7 +5343,9 @@ def htmlNewswire(newswire: str) -> str: htmlStr = '' for dateStr, item in newswire.items(): htmlStr += '
' + \ - '' + item[0] + '
' + '' + item[0] + '