File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -1486,7 +1486,7 @@ h1 {
1486
1486
margin-bottom : 40px ;
1487
1487
}
1488
1488
1489
- /* Layout */
1489
+ /* Container layout */
1490
1490
.github-container {
1491
1491
display : flex;
1492
1492
justify-content : space-between;
@@ -1503,19 +1503,25 @@ h1 {
1503
1503
width : 80% ;
1504
1504
padding : 25px ;
1505
1505
margin-bottom : 30px ;
1506
- background-color : # 48d4f0 ;
1506
+ background-color : # 48d4f0 ;
1507
1507
color : white;
1508
1508
border : none;
1509
1509
cursor : pointer;
1510
1510
font-size : 1rem ;
1511
1511
border-radius : 5px ;
1512
- transition : background-color 0.3s ease;
1512
+ font-weight : bold;
1513
+ transition : background-color 0.3s ease, box-shadow 0.3s ease;
1513
1514
}
1514
1515
1516
+ /* Button hover effect */
1515
1517
.github-buttons button : hover {
1516
- background-color : # 03404a ;
1518
+ background-color : # ffeb3b ;
1519
+ color : # 03404a ;
1520
+ box-shadow : 0 0 15px # ffeb3b ;
1521
+ font-weight : bold;
1517
1522
}
1518
1523
1524
+
1519
1525
/* Image Display */
1520
1526
.github-image {
1521
1527
width : 65% ;
You can’t perform that action at this time.
0 commit comments