We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bfe324 + fd41cd0 commit 208457eCopy full SHA for 208457e
index.html
@@ -523,6 +523,23 @@ <h6>Quick Links</h6>
523
background-color: #0A66C2;
524
font-family: "SF Pro Text", Helvetica, sans-serif;
525
}
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
+ }
543
</style>
544
<hr style="border-top: 1px solid black;">
545
0 commit comments