build
This commit is contained in:
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
@@ -81,7 +81,7 @@
|
||||
@foreach ($article->topics as $topic)
|
||||
<a
|
||||
href="{{route('topics.show', $topic->slug)}}"
|
||||
class="mt-4 bg-green-600 no-underline text-sm font-bold hover:bg-white px-3 py-2 rounded border border-green-600 text-white hover:text-green-600 MvTyper">
|
||||
class="mt-4 bg-gray-600 no-underline text-sm font-bold hover:bg-white px-3 py-2 rounded border border-gray-600 text-white hover:text-gray-600 MvTyper">
|
||||
{{$topic->name}}
|
||||
</a>
|
||||
@endforeach
|
||||
|
Reference in New Issue
Block a user