summaryrefslogtreecommitdiff
path: root/resources/views/topicindex.blade.php
diff options
context:
space:
mode:
authordev2026-06-27 15:08:10 +0200
committerdev2026-06-27 15:08:10 +0200
commit68fd4d706ab146b5062db7f44477ce11e586673d (patch)
tree28ee2f0d26c466b5a0113160b9a3a285cfae2025 /resources/views/topicindex.blade.php
parentbf35555684e078ee35dbe20b440ea3dc4ac87a7a (diff)
downloadcurious-68fd4d706ab146b5062db7f44477ce11e586673d.tar.gz
style: use pink outline (btn-outline-pink) for topic buttons on /topics and /popular/topics
Diffstat (limited to 'resources/views/topicindex.blade.php')
-rw-r--r--resources/views/topicindex.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/topicindex.blade.php b/resources/views/topicindex.blade.php
index 274d0fc..d5cf223 100644
--- a/resources/views/topicindex.blade.php
+++ b/resources/views/topicindex.blade.php
@@ -38,7 +38,7 @@ html {
@php ($curLetter = $firstLetter)
@endif
- <a href="{{ route('topic', $topic->name) }}" class="btn btn-lg btn-primary">{{ ucwords($topic->name) }}</a>
+ <a href="{{ route('topic', $topic->name) }}" class="btn btn-lg btn-outline-pink">{{ ucwords($topic->name) }}</a>
@endif
@endforeach