Split config from app; some style changes

This commit is contained in:
Yusur 2019-10-10 19:31:36 +02:00
parent 91b77f1cb0
commit 8e26a72bc9
3 changed files with 9 additions and 6 deletions

View file

@ -9,3 +9,6 @@ body{margin:0}
.flash{background-color:#ff9;border:yellow 1px solid}
.message-visual img{max-width:100%;max-height:8em}
.create_text{width:100%;height:8em}
.follow_button,input[type="submit"]{background-color:#ff3018;color:white;border-radius:3px;border:1px solid #ff3018}
.follow_button.following{background-color:transparent;color:#ff3018;border-color:#ff3018}