From 4334596d4bebc9a76f5ca8400813847eef5b3bb7 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 20 Dec 2024 04:15:58 -0500 Subject: rework styles with scss --- src/web/_views/template/post.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/web/_views/template/post.php') diff --git a/src/web/_views/template/post.php b/src/web/_views/template/post.php index b8ea69a..48f8bb6 100644 --- a/src/web/_views/template/post.php +++ b/src/web/_views/template/post.php @@ -5,7 +5,7 @@
- main->date($post['created'])?> + main->date($post['created'])?>

@@ -13,7 +13,7 @@

main->user(); - $liked = $post['like_id'] ? 'btn-blue' : ''; + $liked = $post['like_id'] ? 'btn-primary' : ''; $post_attrs = array( 'postId' => $post['id'] ); @@ -21,15 +21,15 @@ $post_attrs['likeId'] = $post['like_id']; } ?> - +
-
@@ -47,7 +47,7 @@ if ($loaded >= $page_size && $page_size < $total) { ilang('action_load_comments', - class: 'action-load-comments btn btn-line mt', + class: 'action-load-comments btn btn-blend mt', attrs: array( 'postId' => $post['id'], 'loaded' => $loaded, @@ -71,7 +71,7 @@ >