|
1 | | -@import url("https://fonts.googleapis.com/css?family=Ubuntu&display=swap"); |
| 1 | +@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap"); |
2 | 2 |
|
3 | 3 | body { |
4 | | - font-family: Ubuntu; |
| 4 | + font-family: "Noto Sans"; |
5 | 5 | font-size: 18px; |
6 | 6 | color: white; |
7 | 7 | background-color: #010409; |
|
11 | 11 | margin: 10px; |
12 | 12 | } |
13 | 13 |
|
14 | | -.imgCustStyle { |
15 | | - width: 60vw; |
16 | | -} |
17 | | - |
18 | | -.stats { |
19 | | - background-color: rgba(83, 83, 83, 0.479); |
20 | | - padding: 35px; |
21 | | - border-radius: 25px; |
22 | | -} |
23 | | - |
24 | | -.profilePicture { |
25 | | - width: 80px; |
26 | | - height: 80px; |
27 | | - border-radius: 100px; |
28 | | - padding: 10px; |
29 | | -} |
30 | | - |
31 | | -.card { |
32 | | - background-color: #0d1117; |
33 | | - border-radius: 5px; |
34 | | - /* border: 2px solid #30363d; */ |
35 | | - margin: 20px; |
36 | | - margin-top: 20px; |
37 | | - /* padding: 5px; */ |
38 | | -} |
39 | | - |
40 | 14 | a { |
41 | 15 | text-decoration: none; |
42 | 16 | color: rgb(255, 255, 255); |
43 | 17 | } |
44 | 18 |
|
45 | | -.release { |
46 | | - color: green; |
47 | | - padding: none; |
48 | | - margin: none; |
49 | | -} |
50 | | - |
51 | | -.publish { |
52 | | - color: rgb(0, 162, 255); |
53 | | - padding: none; |
54 | | - margin: none; |
55 | | -} |
56 | | - |
57 | | -.watch-star { |
58 | | - color: rgb(221, 221, 0); |
59 | | - padding: none; |
60 | | - margin: none; |
| 19 | +.repo-link { |
| 20 | + padding: 5px; |
| 21 | + margin: 0px; |
| 22 | + border-radius: 5px; |
| 23 | + color: rgb(0, 0, 217); |
| 24 | + background-color: rgb(255, 255, 255); |
| 25 | + transition: 200ms; |
61 | 26 | } |
62 | 27 |
|
63 | | -.create { |
64 | | - color: rgb(214, 0, 221); |
65 | | - padding: none; |
66 | | - margin: none; |
| 28 | +.repo-link:hover { |
| 29 | + color: rgb(255, 255, 255); |
| 30 | + background-color: rgb(0, 0, 0); |
| 31 | + transition: 200ms; |
67 | 32 | } |
68 | 33 |
|
69 | | -.fork { |
70 | | - color: rgb(214, 0, 0); |
71 | | - padding: none; |
72 | | - margin: none; |
| 34 | +.bg-normal { |
| 35 | + background-color: #0d1117; |
73 | 36 | } |
74 | 37 |
|
75 | | -/* CSS */ |
76 | | -.button-30 { |
77 | | - align-items: center; |
78 | | - appearance: none; |
79 | | - background-color: #fcfcfd; |
80 | | - border-radius: 4px; |
81 | | - border-width: 0; |
82 | | - box-shadow: rgba(95, 61, 120, 0.4) 0 2px 4px, |
83 | | - rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset; |
84 | | - box-sizing: border-box; |
85 | | - color: #36395a; |
86 | | - cursor: pointer; |
87 | | - display: inline-flex; |
88 | | - font-family: "JetBrains Mono", monospace; |
89 | | - height: 48px; |
90 | | - justify-content: center; |
91 | | - line-height: 1; |
92 | | - list-style: none; |
93 | | - overflow: hidden; |
94 | | - padding-left: 16px; |
95 | | - padding-right: 16px; |
96 | | - position: relative; |
97 | | - text-align: left; |
98 | | - text-decoration: none; |
99 | | - transition: box-shadow 0.15s, transform 0.15s; |
100 | | - user-select: none; |
101 | | - -webkit-user-select: none; |
102 | | - touch-action: manipulation; |
103 | | - white-space: nowrap; |
104 | | - will-change: box-shadow, transform; |
105 | | - font-size: 18px; |
| 38 | +.bg-content { |
| 39 | + background-color: #161b22; |
106 | 40 | } |
107 | 41 |
|
108 | | -.button-30:focus { |
109 | | - box-shadow: #d6d6e7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, |
110 | | - rgba(96, 75, 141, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset; |
| 42 | +.program-title { |
| 43 | + padding: 10px; |
| 44 | + margin: 0px; |
| 45 | + border-radius: 5px; |
| 46 | + color: rgb(255, 255, 255); |
| 47 | + background-color: #161b22; |
| 48 | + transition: 200ms; |
111 | 49 | } |
112 | 50 |
|
113 | | -.button-30:hover { |
114 | | - box-shadow: rgba(94, 69, 147, 0.4) 0 4px 8px, |
115 | | - rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset; |
116 | | - transform: translateY(-2px); |
| 51 | +.program-title:hover { |
| 52 | + color: rgb(255, 255, 255); |
| 53 | + background-color: #0d1117; |
| 54 | + transition: 200ms; |
117 | 55 | } |
118 | 56 |
|
119 | | -.button-30:active { |
120 | | - box-shadow: #d6d6e7 0 3px 7px inset; |
121 | | - transform: translateY(2px); |
| 57 | +.profile-picture { |
| 58 | + height: 64px; |
| 59 | + width: 64px; |
| 60 | + border-radius: 100px; |
| 61 | + padding: 10px; |
122 | 62 | } |
0 commit comments