Various UI improvements #70

Merged
raucao merged 2 commits from feature/ui_improvements into master 2022-04-28 13:05:11 +00:00
Showing only changes of commit 5ead3476b7 - Show all commits

View File

@ -1,4 +1,8 @@
@layer base {
html {
font-size: 14px;
}
body {
@apply leading-none bg-cover bg-fixed;
background-image: linear-gradient(35deg, rgba(255,0,255,0.2) 0, rgba(13,79,153,0.8) 100%), url('/img/bg-1.jpg');