Skip to content

Commit cbaeb08

Browse files
committed
Update homepage.css
1 parent 4524b37 commit cbaeb08

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

homepage/homepage.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/* Yeah I know it's messy,
2-
I was busy working on the Codeit app so I used a site generator :3
3-
*/
4-
51
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
62

73
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@@ -4767,7 +4763,7 @@ body {
47674763
content: '';
47684764
height: 28px;
47694765
width: 28px;
4770-
box-shadow: inset 0 0 0 2px rgb(255 255 255 / 10%), inset 0 -10px 0 0 #000, inset 0 0 0 2px rgb(255 255 255 / 50%);
4766+
box-shadow: inset 0 0 0 2px rgb(255 255 255 / 10%), inset 0 -10px 0 0 #0f1014, inset 0 0 0 2px rgb(255 255 255 / 50%);
47714767
background: transparent;
47724768
color: transparent;
47734769
animation: loader 1s linear infinite;
@@ -4776,7 +4772,7 @@ body {
47764772
}
47774773

47784774
.ctas .btn.second.loading::before {
4779-
box-shadow: inset 0 0 0 2px rgb(255 255 255 / 10%), inset 0 -10px 0 0 #1c1c1d, inset 0 0 0 2px rgb(255 255 255 / 50%);
4775+
box-shadow: inset 0 0 0 2px rgb(255 255 255 / 10%), inset 0 -10px 0 0 #1a1c24, inset 0 0 0 2px rgb(255 255 255 / 50%);
47804776
}
47814777

47824778
.ctas .btn.installed {

0 commit comments

Comments
 (0)