File tree Expand file tree Collapse file tree 2 files changed +55
-43
lines changed Expand file tree Collapse file tree 2 files changed +55
-43
lines changed Original file line number Diff line number Diff line change @@ -188,10 +188,10 @@ function App() {
188
188
< div className = "footer orange-background" >
189
189
< footer >
190
190
< p >
191
- < a href = "https://github.com/containers/ramalama" > Github</ a > |{ " " }
192
- < a href = "https://matrix.to/#/#ramalama:fedoraproject.org" > Matrix</ a > { " " }
191
+ < a className = "footer-link" href = "https://github.com/containers/ramalama" > Github</ a > |{ " " }
192
+ < a className = "footer-link" href = "https://matrix.to/#/#ramalama:fedoraproject.org" > Matrix</ a > { " " }
193
193
|{ " " }
194
- < a href = "https://github.com/containers/ramalama/blob/main/README.md" >
194
+ < a className = "footer-link" href = "https://github.com/containers/ramalama/blob/main/README.md" >
195
195
Docs
196
196
</ a >
197
197
</ p >
Original file line number Diff line number Diff line change 51
51
/* ----------------------------- Navbar Section ---------------------------- */
52
52
53
53
.logo-text {
54
- width : 20 % ;
54
+ width : 15 % ;
55
55
margin : 1.25rem 2rem ;
56
56
57
57
@media screen and (max-width : 1024px ) {
@@ -109,6 +109,10 @@ h1 {
109
109
align-items : center;
110
110
}
111
111
112
+ .nav-links a : hover {
113
+ color : # cf3c23
114
+ }
115
+
112
116
.github-stars-badge {
113
117
height : 28px ;
114
118
@media screen and (max-width : 768px ) {
@@ -204,6 +208,49 @@ h1 {
204
208
}
205
209
}
206
210
211
+ button : hover {
212
+ background-color : # f7f7f7 ;
213
+ }
214
+
215
+ button {
216
+ align-items : center;
217
+ border-radius : 15px ;
218
+ border : 1px solid transparent;
219
+ margin : 12.5px 0 ;
220
+ padding : 0.5rem 1rem ;
221
+ font-size : 1rem ;
222
+ font-weight : 500 ;
223
+ font-family : inherit;
224
+ background-color : white;
225
+ color : black;
226
+ cursor : pointer;
227
+ transition : border-color 0.25s ;
228
+ }
229
+
230
+ button : not (.install-button , .copy-button ) {
231
+ display : flex;
232
+ align-items : center;
233
+ width : 70% ;
234
+ @media screen and (max-width : 500px ) {
235
+ padding : 0.3rem 0.75rem ;
236
+ font-size : 0.7rem ;
237
+ width : 100% ;
238
+ }
239
+ }
240
+
241
+ button img {
242
+ padding-left : 5% ;
243
+ }
244
+
245
+ button p {
246
+ padding-left : 10% ;
247
+ }
248
+
249
+ ul {
250
+ list-style : none;
251
+ padding : 0 ;
252
+ }
253
+
207
254
/* ----------------------------- Install Section ---------------------------- */
208
255
.copy-button {
209
256
align-content : center;
@@ -401,46 +448,11 @@ h1 {
401
448
402
449
/* ------------------------------ Other Styles ------------------------------ */
403
450
404
- button {
405
- align-items : center;
406
- border-radius : 15px ;
407
- border : 1px solid transparent;
408
- margin : 12.5px 0 ;
409
- padding : 0.5rem 1rem ;
410
- font-size : 1rem ;
411
- font-weight : 500 ;
412
- font-family : inherit;
413
- background-color : white;
414
- color : black;
415
- cursor : pointer;
416
- transition : border-color 0.25s ;
417
- }
418
-
419
- button : not (.install-button , .copy-button ) {
420
- display : flex;
421
- align-items : center;
422
- width : 70% ;
423
- @media screen and (max-width : 500px ) {
424
- padding : 0.3rem 0.75rem ;
425
- font-size : 0.7rem ;
426
- width : 100% ;
427
- }
428
- }
429
-
430
- button img {
431
- padding-left : 5% ;
432
- }
433
-
434
- button p {
435
- padding-left : 10% ;
436
- }
437
-
438
- ul {
439
- list-style : none;
440
- padding : 0 ;
441
- }
442
-
443
451
footer {
444
452
padding : 25px ;
445
453
text-align : center;
446
454
}
455
+
456
+ .footer-link : hover {
457
+ text-decoration : underline;
458
+ }
You can’t perform that action at this time.
0 commit comments