Skip to content

Commit 6cce309

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 00724a5 + 5c57b9a commit 6cce309

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h4>Applications are open now</h4>
8282
<div class="row col-md-12 text-center wow fadeIn" data-wow-delay="1s">
8383
<br>
8484
<a class="btn btn-lg landing-btn" href="http://hacksociety.tech/attend/hackathon/30" target="_blank">Apply</a>
85-
<a class="btn btn-lg landing-btn" href="https://hint18.zulipchat.com" target="_blank">Chat With Us</a>
85+
<a class="btn btn-lg landing-btn" href="https://hackinthenorth.zulipchat.com" target="_blank">Chat With Us</a>
8686
</div>
8787
</div>
8888
</section>

static/css/main.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ html {
1919

2020
/* Scrollbar Styling */
2121
::-webkit-scrollbar {
22-
width: 4px;
22+
width: 7px;
2323
}
2424

2525
::-webkit-scrollbar-track {
@@ -31,7 +31,8 @@ html {
3131
::-webkit-scrollbar-thumb {
3232
-webkit-border-radius: 10px;
3333
border-radius: 10px;
34-
background: linear-gradient(330deg, #4C4491 0%, #FD5C63 100%);
34+
min-height: 250px;
35+
background: linear-gradient(330deg, #5D009C ,#D40062, #FCB600);
3536
}
3637

3738
/*

0 commit comments

Comments
 (0)