diff options
| -rw-r--r-- | themes/danix-xyz-hacker/assets/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index 667c57f..338a504 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -614,7 +614,7 @@ html.theme-light picture img[src="/images/default_thumbnail_dark.png"] { /* Back to top button */ .back-to-top { - @apply fixed bottom-6 right-6 z-40 w-11 h-11 rounded-full flex items-center justify-content-center; + @apply fixed bottom-6 right-6 z-40 w-11 h-11 rounded-full flex items-center justify-center; background: var(--accent); box-shadow: 0 0 12px rgba(var(--accent-rgb), 0.4); transition: background 200ms ease, box-shadow 200ms ease; |
