Skip to content

Commit

Permalink
improve qrcode visual
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jan 31, 2025
1 parent 28cf3e9 commit ebefe64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@
}


.qrcode {
@apply rounded-2xl p-2 shadow-md;
@apply bg-black/5 outline outline-white/15 backdrop-blur-md;
@apply dark:bg-white/15;
}


.page_about {
code {
@apply bg-gray-100 text-slate-800 rounded px-1 py-0.5;
Expand Down

0 comments on commit ebefe64

Please sign in to comment.