Update (ui)

This commit is contained in:
2023-11-23 15:47:16 +08:00
parent 03427352d1
commit 66da557eb8
21 changed files with 107 additions and 45 deletions

View File

@@ -23,7 +23,7 @@
@foreach ($top_rss_keywords as $rss_keyword)
<a href="{{ get_route_search_result($rss_keyword->value_lowercased) }}"
class="mb-1 pb-1 badge text-bg-light border me-1 fw-bold shadow">
class="mb-1 pb-1 badge text-primary border me-1 fw-bold shadow hover-grow">
<span class="h6">#{{ $rss_keyword->value }}</span>
</a>
@endforeach
@@ -80,7 +80,7 @@ class="text-secondary">{{ $post->published_at->diffForHumans() }}</small>
🍪 Tech Bites </h2>
<div class="align-self-center">
<span
class="mb-2 ms-2 badge illuminated text-bg-primary d-inline-flex font-family-roboto-condensed"><i
class="mb-2 ms-2 badge illuminated-slow bg-gradient-rainbow text-white d-inline-flex font-family-roboto-condensed"><i
class="bi bi-clock-history me-1"></i> UPDATED HOURLY</span>
</div>