From 936d3ca7fc6ee360be58038133b95076d5daed54 Mon Sep 17 00:00:00 2001 From: Cutls Date: Tue, 2 Jul 2019 00:31:08 +0900 Subject: [PATCH] Change: flexible color of toot-btn --- app/css/post.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/css/post.css b/app/css/post.css index 53af3e51..9a1a8fc8 100644 --- a/app/css/post.css +++ b/app/css/post.css @@ -12,7 +12,7 @@ padding: 5px; border-radius: 5px; } -textarea{ +textarea { min-height: 100px !important; font-family: inherit; } @@ -124,7 +124,9 @@ textarea{ overflow-y: scroll; top: 90px; } - +#posttgl,#toot-post-btn { + background-color: var(--accentbtn); +} /*mini*/ .mini-post .mize { display: none !important;