remove upper corner ugly ass gradients

This commit is contained in:
Triston Armstrong 2024-11-02 21:29:13 +07:00
parent bd19234ad2
commit b0c12cba9e
Signed by: tristonarmstrong
GPG Key ID: A23B48AE45EB6EFE
2 changed files with 8 additions and 8 deletions

View File

@ -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;

View File

@ -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;