diff --git a/epicyon-profile.css b/epicyon-profile.css index eca41c1a..ec7fe452 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -53,6 +53,11 @@ body, html { color: white; } +.new-post-text { + font-size: 24px; + padding: 4px 0; +} + .highlight { width: 2%; } diff --git a/webinterface.py b/webinterface.py index 1e0dccae..8a3841ec 100644 --- a/webinterface.py +++ b/webinterface.py @@ -85,7 +85,11 @@ def htmlEditProfile(baseDir: str,path: str,domain: str,port: int) -> str: editProfileForm+= \ '
' editProfileForm+=htmlFooter()