remove upper corner ugly ass gradients
This commit is contained in:
parent
bd19234ad2
commit
b0c12cba9e
10
input.css
10
input.css
@ -2,8 +2,8 @@
|
|||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@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=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=Long+Cang&display=swap");
|
||||||
|
|
||||||
.ubuntu-regular {
|
.ubuntu-regular {
|
||||||
font-family: "Ubuntu", sans-serif;
|
font-family: "Ubuntu", sans-serif;
|
||||||
@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gradient {
|
.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;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
.glow::before {
|
.glow::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: 'banana';
|
content: "banana";
|
||||||
background-color: #ffce00;
|
background-color: #ffce00;
|
||||||
width: 0px;
|
width: 0px;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
.glow:hover::before {
|
.glow:hover::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: 'banana';
|
content: "banana";
|
||||||
background-color: #ffce00;
|
background-color: #ffce00;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
@ -900,7 +900,7 @@ video {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gradient {
|
.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;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -910,7 +910,7 @@ video {
|
|||||||
|
|
||||||
.glow::before {
|
.glow::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: 'banana';
|
content: "banana";
|
||||||
background-color: #ffce00;
|
background-color: #ffce00;
|
||||||
width: 0px;
|
width: 0px;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
@ -924,7 +924,7 @@ video {
|
|||||||
|
|
||||||
.glow:hover::before {
|
.glow:hover::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: 'banana';
|
content: "banana";
|
||||||
background-color: #ffce00;
|
background-color: #ffce00;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
Loading…
Reference in New Issue
Block a user