|
1 | 1 | hr { |
2 | | - margin: 20px 0 !important; |
| 2 | + margin: 20px 0 !important; |
3 | 3 | } |
4 | 4 |
|
5 | 5 | h1 { |
6 | | - text-align: center; |
7 | | - font-size: xx-large; |
| 6 | + text-align: center; |
| 7 | + font-size: xx-large; |
8 | 8 | } |
9 | 9 |
|
10 | 10 | code { |
11 | | - background-color: #2c2c2c; |
12 | | - padding: 2px 4px; |
13 | | - border-radius: 4px; |
14 | | - font-family: 'Courier New', Courier, monospace; |
15 | | - user-select: all; |
| 11 | + background-color: #2c2c2c; |
| 12 | + color: rgb(166, 255, 0); |
| 13 | + padding: 2px 4px; |
| 14 | + border-radius: 4px; |
| 15 | + font-family: 'Courier New', Courier, monospace; |
| 16 | + user-select: all; |
| 17 | + overflow-x: scroll; |
| 18 | +} |
| 19 | + |
| 20 | +pre, |
| 21 | +code { |
| 22 | + overflow: scroll; |
| 23 | + scrollbar-width: none; |
| 24 | + -ms-overflow-style: none; |
| 25 | +} |
| 26 | + |
| 27 | +pre::-webkit-scrollbar { |
| 28 | + display: none; |
16 | 29 | } |
17 | 30 |
|
18 | 31 | #description h2 { |
19 | | - text-align: center; |
20 | | - font-size: x-large; |
21 | | - margin-bottom: 15px; |
| 32 | + text-align: center; |
| 33 | + font-size: x-large; |
| 34 | + margin-bottom: 15px; |
22 | 35 | } |
23 | 36 |
|
24 | 37 | #title-page::after { |
25 | | - content: 'org'; |
26 | | - font-size: small; |
| 38 | + content: 'org'; |
| 39 | + font-size: small; |
27 | 40 | } |
28 | 41 |
|
29 | 42 | .thumbnail-dev2forge { |
30 | | - width: 80vh; |
| 43 | + width: 80vh; |
31 | 44 | } |
32 | 45 |
|
33 | 46 | #carrusel-repos::-webkit-scrollbar { |
34 | | - display: none; |
| 47 | + display: none; |
35 | 48 | } |
36 | 49 | #carrusel-repos { |
37 | | - scrollbar-width: none; |
38 | | - -ms-overflow-style: none; |
| 50 | + scrollbar-width: none; |
| 51 | + -ms-overflow-style: none; |
39 | 52 | } |
40 | 53 | .no-scrollbar::-webkit-scrollbar { |
41 | | - display: none; |
| 54 | + display: none; |
42 | 55 | } |
43 | 56 | .no-scrollbar { |
44 | | - scrollbar-width: none; |
45 | | - -ms-overflow-style: none; |
| 57 | + scrollbar-width: none; |
| 58 | + -ms-overflow-style: none; |
46 | 59 | } |
47 | 60 | .btn-repo-link { |
48 | | - border-radius: 200px; |
49 | | - padding: 5px 10px; |
50 | | - color: #2563eb; |
51 | | - text-decoration: none; |
52 | | - box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08); |
53 | | - border: 1.5px solid #93c5fd; |
54 | | - transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); |
55 | | - display: flex; |
56 | | - align-items: center; |
57 | | - justify-content: center; |
| 61 | + border-radius: 200px; |
| 62 | + padding: 5px 10px; |
| 63 | + color: #2563eb; |
| 64 | + text-decoration: none; |
| 65 | + box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08); |
| 66 | + border: 1.5px solid #93c5fd; |
| 67 | + transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); |
| 68 | + display: flex; |
| 69 | + align-items: center; |
| 70 | + justify-content: center; |
58 | 71 | } |
59 | 72 | .btn-repo-link:hover { |
60 | | - background-color: #2563eb; |
61 | | - color: #fff; |
62 | | - box-shadow: 0 4px 16px rgba(37, 99, 235, 0.18); |
63 | | - transform: scale(1.12); |
| 73 | + background-color: #2563eb; |
| 74 | + color: #fff; |
| 75 | + box-shadow: 0 4px 16px rgba(37, 99, 235, 0.18); |
| 76 | + transform: scale(1.12); |
64 | 77 | } |
65 | 78 | .btn-repo-link img { |
66 | | - filter: none; |
67 | | - transition: filter 0.2s; |
| 79 | + filter: none; |
| 80 | + transition: filter 0.2s; |
68 | 81 | } |
69 | 82 | .btn-repo-link:hover img { |
70 | | - filter: brightness(0) invert(1); |
| 83 | + filter: brightness(0) invert(1); |
71 | 84 | } |
0 commit comments