This commit is contained in:
2020-08-18 01:57:32 +05:00
parent 65d8ac257f
commit f5bc638672
2 changed files with 2 additions and 2 deletions

2
public/css/app.css vendored

File diff suppressed because one or more lines are too long

View File

@@ -81,7 +81,7 @@
@foreach ($article->topics as $topic) @foreach ($article->topics as $topic)
<a <a
href="{{route('topics.show', $topic->slug)}}" 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}} {{$topic->name}}
</a> </a>
@endforeach @endforeach