diff --git a/epicyon-follow.css b/epicyon-follow.css index f9224f6f..dee2d408 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -70,6 +70,11 @@ a:link { font-size: var(--font-size); } +.imText { + font-size: var(--font-size4); + color: var(--main-link-color); +} + .button { border-radius: 4px; background-color: var(--button-background); diff --git a/webinterface.py b/webinterface.py index f7a44b0e..e6eb5d15 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3398,9 +3398,9 @@ def htmlPersonOptions(translate: {},baseDir: str, \ optionsStr+=' ' optionsStr+='
' if xmppAddress: - optionsStr+='XMPP: '+xmppAddress+'
' + optionsStr+='XMPP: '+xmppAddress+'
' if matrixAddress: - optionsStr+='Matrix: '+matrixAddress+'
' + optionsStr+='Matrix: '+matrixAddress+'
' optionsStr+='