Skip to content

Commit

Permalink
some more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nckrtl committed Dec 8, 2023
1 parent 0c0e0b1 commit 8e6a4cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions dist/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,11 @@
color: rgb(255 57 0 / var(--tw-text-opacity));
}

#ohdear :is(.hover\:\!text-brand:hover) {
--tw-text-opacity: 1 !important;
color: rgb(255 57 0 / var(--tw-text-opacity)) !important;
}

#ohdear :is(.dark .dark\:border-t) {
border-top-width: 1px;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/logo-ohdear.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<svg {{ $attributes->merge(['class' => 'text-gray-300 dark:text-gray-600 hover:text-brand']) }} viewBox="0 0 1000 600" fill="none" xmlns="http://www.w3.org/2000/svg" alt="Oh Dear — The all-in-one monitoring tool for your entire website">
<svg {{ $attributes->merge(['class' => 'text-gray-300 dark:text-gray-600 hover:!text-brand inline-block w-10']) }} viewBox="0 0 1000 600" fill="none" xmlns="http://www.w3.org/2000/svg" alt="Oh Dear — The all-in-one monitoring tool for your entire website">
<path d="M310.242 277.026H263.879L263.879 0L310.242 0V101.088C324.537 84.4968 350.036 70.607 385.194 70.607C441.602 70.607 473.283 109.962 473.283 166.679L473.283 277.026H426.92L426.92 174.395C426.92 138.513 408.375 113.048 370.899 113.048C331.491 113.048 310.242 137.742 310.242 175.167L310.242 277.026Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 175.939C0 113.048 51.385 70.607 115.906 70.607C180.041 70.607 231.426 113.048 231.426 175.939C231.426 238.829 180.041 281.27 115.906 281.27C51.385 281.27 0 238.829 0 175.939ZM44.4306 175.939C44.4306 217.223 76.1116 241.53 115.906 241.53C155.314 241.53 186.995 217.223 186.995 175.939C186.995 134.655 155.314 110.348 115.906 110.348C76.1116 110.348 44.4306 134.655 44.4306 175.939Z" fill="currentColor"></path>
<path fill-rule="evenodd" clip-rule="evenodd" d="M263.997 570.291V595.756H310.359V318.73H263.997V419.046C249.315 403.226 222.271 389.337 185.181 389.337C115.251 389.337 73.9111 437.18 73.9111 494.668C73.9111 552.157 115.251 600 185.181 600C222.271 600 249.315 586.11 263.997 570.291ZM266.315 496.212C266.315 533.251 233.861 561.417 191.749 561.417C151.954 561.417 117.955 537.495 117.955 494.668C117.955 451.841 151.954 427.92 191.749 427.92C233.861 427.92 266.315 456.085 266.315 493.125V496.212Z" fill="currentColor"></path>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/uptime.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</div>

<div class="relative">
<a href="https://ohdear.app/sites/{{config('services.oh_dear.pulse.site_id')}}/check/uptime/report" target="_blank" class="text-xs font-bold text-gray-700 uppercase transition-colors dark:text-gray-400 dark:hover:text-brand ">
<x-ohdear-pulse::logo-ohdear class="inline-block w-10" />
<a href="https://ohdear.app/sites/{{config('services.oh_dear.pulse.site_id')}}/check/uptime/report" target="_blank">
<x-ohdear-pulse::logo-ohdear />
</a>
</div>
</div>
Expand Down

0 comments on commit 8e6a4cd

Please sign in to comment.