Skip to content

Commit 208457e

Browse files
Merge branch 'CSEdgeOfficial:main' into main
2 parents 8bfe324 + fd41cd0 commit 208457e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,23 @@ <h6>Quick Links</h6>
523523
background-color: #0A66C2;
524524
font-family: "SF Pro Text", Helvetica, sans-serif;
525525
}
526+
.libutton:hover{
527+
display: flex;
528+
flex-direction: column;
529+
justify-content: center;
530+
padding: 7px;
531+
text-align: center;
532+
outline: none;
533+
text-decoration: none ;
534+
color: #0A66C2 ;
535+
width: 200px;
536+
height: 32px;
537+
border-radius: 16px;
538+
background-color: black;
539+
540+
border-color: #0A66C2;
541+
font-family: "SF Pro Text", Helvetica, sans-serif;
542+
}
526543
</style>
527544
<hr style="border-top: 1px solid black;">
528545

0 commit comments

Comments
 (0)