diff --git a/input.css b/input.css index 271f131..5de1146 100644 --- a/input.css +++ b/input.css @@ -2,8 +2,8 @@ @tailwind components; @tailwind utilities; -@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Long+Cang&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Long+Cang&display=swap"); .ubuntu-regular { font-family: "Ubuntu", sans-serif; @@ -30,7 +30,7 @@ } .gradient { - background: radial-gradient(circle at top right, #33333399 0%, #00000000 30%), radial-gradient(circle at top left, #33333399 0%, #00000000 30%), radial-gradient(circle at bottom, #2b2200 0%, #000 30%); + background: radial-gradient(circle at bottom, #2b2200 0%, #000 30%); background-repeat: no-repeat; } @@ -40,7 +40,7 @@ .glow::before { position: absolute; - content: 'banana'; + content: "banana"; background-color: #ffce00; width: 0px; height: 0px; @@ -54,7 +54,7 @@ .glow:hover::before { position: absolute; - content: 'banana'; + content: "banana"; background-color: #ffce00; width: 40px; height: 40px; diff --git a/output.css b/output.css index c876411..6301ae9 100644 --- a/output.css +++ b/output.css @@ -900,7 +900,7 @@ video { } .gradient { - background: radial-gradient(circle at top right, #33333399 0%, #00000000 30%), radial-gradient(circle at top left, #33333399 0%, #00000000 30%), radial-gradient(circle at bottom, #2b2200 0%, #000 30%); + background: radial-gradient(circle at bottom, #2b2200 0%, #000 30%); background-repeat: no-repeat; } @@ -910,7 +910,7 @@ video { .glow::before { position: absolute; - content: 'banana'; + content: "banana"; background-color: #ffce00; width: 0px; height: 0px; @@ -924,7 +924,7 @@ video { .glow:hover::before { position: absolute; - content: 'banana'; + content: "banana"; background-color: #ffce00; width: 40px; height: 40px;