mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-06-19 01:16:11 -07:00
add outline to github buttons
This commit is contained in:
@@ -314,6 +314,18 @@ body {
|
||||
}
|
||||
|
||||
/* GitHub Logo Button */
|
||||
.btn-badge.github-logo {
|
||||
border: 1px solid rgba(255, 255, 255, 0.3);
|
||||
border-radius: 8px;
|
||||
padding: 12px 20px;
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.btn-badge.github-logo:hover {
|
||||
border-color: rgba(255, 255, 255, 0.5);
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.btn-badge.github-logo img {
|
||||
height: 26px;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user