Skip to content

Commit 4d2a2bc

Browse files
committed
Fixed some more wrong colors
1 parent aa0b8da commit 4d2a2bc

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

src/LinkDotNet.Blog.Web/Features/Admin/Dashboard/Components/VisitCountPerPage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
@foreach (var date in visitData)
3434
{
3535
<tr>
36-
<td><a href="blogPost/@date.Id">@date.Title</a></td>
36+
<td><a class="link-light" href="blogPost/@date.Id">@date.Title</a></td>
3737
<td>@date.ClickCount</td>
3838
<td>@date.Likes</td>
3939
</tr>

src/LinkDotNet.Blog.Web/Features/Components/Loading.razor

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,59 +2,59 @@
22
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background:
33
rgb(255, 255, 255, 0.0); display: block; shape-rendering: auto;" class="shadow-none" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
44
<g transform="rotate(0 50 50)">
5-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
5+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
66
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.9285714285714286s" repeatCount="indefinite"></animate>
77
</rect>
88
</g><g transform="rotate(25.714285714285715 50 50)">
9-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
9+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
1010
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.8571428571428571s" repeatCount="indefinite"></animate>
1111
</rect>
1212
</g><g transform="rotate(51.42857142857143 50 50)">
13-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
13+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
1414
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.7857142857142857s" repeatCount="indefinite"></animate>
1515
</rect>
1616
</g><g transform="rotate(77.14285714285714 50 50)">
17-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
17+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
1818
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.7142857142857143s" repeatCount="indefinite"></animate>
1919
</rect>
2020
</g><g transform="rotate(102.85714285714286 50 50)">
21-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
21+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
2222
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.6428571428571429s" repeatCount="indefinite"></animate>
2323
</rect>
2424
</g><g transform="rotate(128.57142857142858 50 50)">
25-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
25+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
2626
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5714285714285714s" repeatCount="indefinite"></animate>
2727
</rect>
2828
</g><g transform="rotate(154.28571428571428 50 50)">
29-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
29+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
3030
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"></animate>
3131
</rect>
3232
</g><g transform="rotate(180 50 50)">
33-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
33+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
3434
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.42857142857142855s" repeatCount="indefinite"></animate>
3535
</rect>
3636
</g><g transform="rotate(205.71428571428572 50 50)">
37-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
37+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
3838
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.35714285714285715s" repeatCount="indefinite"></animate>
3939
</rect>
4040
</g><g transform="rotate(231.42857142857142 50 50)">
41-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
41+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
4242
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.2857142857142857s" repeatCount="indefinite"></animate>
4343
</rect>
4444
</g><g transform="rotate(257.14285714285717 50 50)">
45-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
45+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
4646
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.21428571428571427s" repeatCount="indefinite"></animate>
4747
</rect>
4848
</g><g transform="rotate(282.85714285714283 50 50)">
49-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
49+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
5050
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.14285714285714285s" repeatCount="indefinite"></animate>
5151
</rect>
5252
</g><g transform="rotate(308.57142857142856 50 50)">
53-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
53+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
5454
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.07142857142857142s" repeatCount="indefinite"></animate>
5555
</rect>
5656
</g><g transform="rotate(334.2857142857143 50 50)">
57-
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--button-primary-color)">
57+
<rect x="44" y="13" rx="6" ry="6" width="12" height="12" fill="var(--bs-gray-200)">
5858
<animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animate>
5959
</rect>
6060
</g>

src/LinkDotNet.Blog.Web/Features/ShowBlogPost/ShowBlogPostPage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ else
3131
<span class="blogpost-tag d-inline-block">
3232
@foreach (var tag in BlogPost.Tags.Select(t => t.Content))
3333
{
34-
<a class="goto-tag ms-1" href="/searchByTag/@(Uri.EscapeDataString(tag))">@tag</a>
34+
<a class="goto-tag ms-1 link-light" href="/searchByTag/@(Uri.EscapeDataString(tag))">@tag</a>
3535
}
3636
</span>
3737
}

0 commit comments

Comments
 (0)