forked from cerc-io/cosmos-explorer
imp: dark color
This commit is contained in:
+4
-4
@@ -31,7 +31,7 @@ const chainStore = useBlockchain()
|
||||
viewBox="0 0 150.000000 132.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<g transform="translate(0.000000,132.000000) scale(0.100000,-0.100000)"
|
||||
:fill="chainStore.current?.themeColor||'#666CFF'" stroke="none">
|
||||
:fill="chainStore.current?.themeColor||'#666CFF'" class=" dark:invert" stroke="none">
|
||||
<path d="M500 1310 l-125 -5 -182 -315 c-100 -173 -182 -321 -182 -329 -1 -7
|
||||
81 -159 181 -337 l183 -324 372 0 371 0 186 325 c102 179 186 330 186 337 0 7
|
||||
-82 157 -182 335 l-183 323 -250 -2 c-137 -1 -306 -5 -375 -8z m588 -454 c61
|
||||
@@ -47,10 +47,10 @@ const chainStore = useBlockchain()
|
||||
</g>
|
||||
</svg>
|
||||
</div>
|
||||
<h1 class="text-primary text-3xl md:!text-6xl font-bold">
|
||||
Ping dashboard
|
||||
<h1 class="text-primary dark:invert text-3xl md:!text-6xl font-bold">
|
||||
Ping Dashboard
|
||||
</h1>
|
||||
<div class="badge badge-primary badge-outline mt-1 text-sm md:!mt-8">
|
||||
<div class="badge badge-primary badge-outline dark:invert mt-1 text-sm md:!mt-8">
|
||||
Beta
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user