diff --git a/epicyon-follow.css b/epicyon-follow.css index f9224f6fe..dee2d4080 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 f7a44b0ed..e6eb5d154 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3398,9 +3398,9 @@ def htmlPersonOptions(translate: {},baseDir: str, \ optionsStr+=' ' optionsStr+='

'+translate['Options for']+' @'+getNicknameFromActor(optionsActor)+'@'+optionsDomain+'

' if xmppAddress: - optionsStr+='

XMPP: '+xmppAddress+'

' + optionsStr+='

XMPP: '+xmppAddress+'

' if matrixAddress: - optionsStr+='

Matrix: '+matrixAddress+'

' + optionsStr+='

Matrix: '+matrixAddress+'

' optionsStr+='
' optionsStr+=' ' optionsStr+=' '