Skip to content

Commit ce899ab

Browse files
Update index.html
1 parent a72ee53 commit ce899ab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<title>Sno - More with Less</title>
88
<link rel="stylesheet" href="https://classicmc-studios.github.io/bc.css"/>
9-
<link rel="icon" type="image/x-icon" href="https://avatars.githubusercontent.com/u/149719209?s=200&v=4"/>
10-
119
<style type="text/css">
1210
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@900&family=Roboto:wght@100&display=swap');
1311
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@@ -44,15 +42,15 @@
4442
}
4543
.grad{
4644
animation: background-pan 3s linear infinite;
47-
background-image: linear-gradient(to right, blue,lightblue,darkblue);
45+
background-image: linear-gradient(to right, lightblue,skyblue,darkblue);
4846
-webkit-background-clip: text;
4947
background-clip: text;
5048
-webkit-text-fill-color: transparent;
5149
white-space: nowrap;
5250
background-size: 200%;
5351
}
5452
a{
55-
color:blue;
53+
color:skyblue;
5654
text-decoration: underline;
5755
}
5856
.true-center-with-mac{

0 commit comments

Comments
 (0)