|
9 | 9 |
|
10 | 10 | /* You can override the default Infima variables here. */
|
11 | 11 | body {
|
12 |
| - font-size: 18px; |
| 12 | + font-size: 105%; |
13 | 13 | }
|
14 | 14 |
|
15 |
| -.footer { |
16 |
| - border-top: 1px solid #e7e5e4; |
17 |
| - background-color: transparent; |
18 |
| - padding: 1rem; |
| 15 | +.header-github-link::before { |
| 16 | + display: flex; |
| 17 | + background-repeat: no-repeat; |
| 18 | + background-position: center; |
| 19 | + height: 1.5rem; |
| 20 | + width: 1.5rem; |
| 21 | + content: ""; |
| 22 | + background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%200c-6.626%200-12%205.373-12%2012%200%205.302%203.438%209.8%208.207%2011.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729%201.205.084%201.839%201.237%201.839%201.237%201.07%201.834%202.807%201.304%203.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931%200-1.311.469-2.381%201.236-3.221-.124-.303-.535-1.524.117-3.176%200%200%201.008-.322%203.301%201.23.957-.266%201.983-.399%203.003-.404%201.02.005%202.047.138%203.006.404%202.291-1.552%203.297-1.23%203.297-1.23.653%201.653.242%202.874.118%203.176.77.84%201.235%201.911%201.235%203.221%200%204.609-2.807%205.624-5.479%205.921.43.372.823%201.102.823%202.222v3.293c0%20.319.192.694.801.576%204.765-1.589%208.199-6.086%208.199-11.386%200-6.627-5.373-12-12-12z%22%2F%3E%3C%2Fsvg%3E"); |
19 | 23 | }
|
20 | 24 |
|
21 | 25 | .navbar {
|
22 | 26 | background-color: #fafaf9 !important;
|
23 | 27 | box-shadow: 0px 1px #e7e5e4 !important;
|
24 | 28 | }
|
25 | 29 |
|
26 |
| -.copyleft { |
27 |
| - display: inline-block; |
28 |
| - transform: rotate(180deg); |
29 |
| -} |
30 |
| - |
31 | 30 | .navbar__brand::after {
|
32 | 31 | content: "v7";
|
33 | 32 | margin-left: 0.5rem;
|
@@ -62,16 +61,16 @@ body {
|
62 | 61 | --ifm-color-primary-lighter: #f9b257;
|
63 | 62 | --ifm-color-primary-lightest: #fac681;
|
64 | 63 | --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
65 |
| - --ifm-background-color: #1c1917 !important; |
66 |
| - --ifm-color-emphasis-200: #44403c !important; |
| 64 | + --ifm-background-color: #191a1d !important; |
| 65 | + --ifm-color-emphasis-200: #2b2e33 !important; |
67 | 66 |
|
68 |
| - .footer { |
69 |
| - border-top: 1px solid #44403c !important; |
| 67 | + .header-github-link::before { |
| 68 | + filter: invert(1); |
70 | 69 | }
|
71 | 70 |
|
72 | 71 | .navbar {
|
73 |
| - background-color: #1c1917 !important; |
74 |
| - box-shadow: 0px 1px #44403c !important; |
| 72 | + background-color: #191a1d !important; |
| 73 | + box-shadow: 0px 1px #2b2e33 !important; |
75 | 74 | }
|
76 | 75 | }
|
77 | 76 |
|
|
0 commit comments