|
38 | 38 | .content { padding: 2rem 1.25rem; } |
39 | 39 | } |
40 | 40 |
|
41 | | - .whats-new { |
42 | | - border: 1px solid #e0e0e0; |
43 | | - border-radius: 10px; |
44 | | - margin-bottom: 3rem; |
45 | | - overflow: hidden; |
46 | | - } |
47 | | - .wn-header { |
48 | | - background: #f8f8f8; |
49 | | - border-bottom: 1px solid #e0e0e0; |
50 | | - padding: 1.5rem 2rem; |
51 | | - } |
52 | | - .wn-badge { |
53 | | - display: inline-block; |
54 | | - background: #e8b400; |
55 | | - color: #fff; |
56 | | - font-size: 11px; |
57 | | - font-weight: 700; |
58 | | - letter-spacing: 0.08em; |
59 | | - padding: 2px 8px; |
60 | | - border-radius: 4px; |
61 | | - margin-bottom: 0.5rem; |
62 | | - text-transform: uppercase; |
63 | | - } |
64 | | - .wn-header h2 { |
65 | | - font-size: 1.3rem; |
66 | | - font-weight: 700; |
67 | | - margin-bottom: 0.25rem; |
68 | | - color: #111; |
69 | | - } |
70 | | - .wn-sub { font-size: 0.9rem; color: #888; } |
71 | | - .wn-grid { |
72 | | - display: grid; |
73 | | - grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); |
74 | | - gap: 0; |
75 | | - } |
76 | | - .wn-card { |
77 | | - padding: 1.5rem 2rem; |
78 | | - border-right: 1px solid #e0e0e0; |
79 | | - border-bottom: 1px solid #e0e0e0; |
80 | | - } |
81 | | - .wn-card:nth-child(even) { border-right: none; } |
82 | | - .wn-card-title { |
83 | | - font-size: 14px; |
84 | | - font-weight: 700; |
85 | | - margin-bottom: 0.75rem; |
86 | | - color: #111; |
87 | | - } |
88 | | - .wn-card-body { |
89 | | - font-size: 13px; |
90 | | - color: #555; |
91 | | - line-height: 1.7; |
92 | | - } |
93 | | - .wn-card-body code { |
94 | | - font-family: "SF Mono","Fira Code",monospace; |
95 | | - background: #f4f4f4; |
96 | | - padding: 1px 5px; |
97 | | - border-radius: 3px; |
98 | | - font-size: 12px; |
99 | | - color: #111; |
100 | | - } |
101 | | - .wn-card-body pre { |
102 | | - background: #0d0d0d; |
103 | | - color: #ccc; |
104 | | - font-family: "SF Mono","Fira Code",monospace; |
105 | | - font-size: 12px; |
106 | | - line-height: 1.6; |
107 | | - padding: 0.75rem 1rem; |
108 | | - border-radius: 6px; |
109 | | - margin-top: 0.75rem; |
110 | | - overflow-x: auto; |
111 | | - white-space: pre; |
112 | | - } |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + .wn-tag { |
| 46 | + display: inline-block; |
| 47 | + font-size: 10px; |
| 48 | + font-weight: 700; |
| 49 | + letter-spacing: 0.06em; |
| 50 | + text-transform: uppercase; |
| 51 | + padding: 1px 6px; |
| 52 | + border-radius: 3px; |
| 53 | + margin-bottom: 0.5rem; |
| 54 | + } |
| 55 | + .wn-tag.changed { background: #fff3cd; color: #856404; } |
| 56 | + .wn-tag.new { background: #d1e7dd; color: #0f5132; } |
| 57 | + .wn-tag.removed { background: #f8d7da; color: #842029; } |
| 58 | + |
| 59 | + |
| 60 | + .whats-new { |
| 61 | + border: 1px solid #e0e0e0; |
| 62 | + border-radius: 10px; |
| 63 | + margin-bottom: 3rem; |
| 64 | + overflow: hidden; |
| 65 | + } |
| 66 | + .wn-header { |
| 67 | + background: #f8f8f8; |
| 68 | + border-bottom: 1px solid #e0e0e0; |
| 69 | + padding: 2rem 2rem 1.5rem; |
| 70 | + } |
| 71 | + .wn-badge { |
| 72 | + display: inline-block; |
| 73 | + background: #e8b400; |
| 74 | + color: #fff; |
| 75 | + font-size: 11px; |
| 76 | + font-weight: 700; |
| 77 | + letter-spacing: 0.08em; |
| 78 | + padding: 2px 8px; |
| 79 | + border-radius: 4px; |
| 80 | + margin-bottom: 0.75rem; |
| 81 | + text-transform: uppercase; |
| 82 | + } |
| 83 | + .wn-header h2 { |
| 84 | + font-size: 1.4rem; |
| 85 | + font-weight: 700; |
| 86 | + margin-bottom: 0.75rem; |
| 87 | + color: #111; |
| 88 | + } |
| 89 | + .wn-prelude { |
| 90 | + font-size: 0.95rem; |
| 91 | + color: #555; |
| 92 | + line-height: 1.8; |
| 93 | + max-width: 680px; |
| 94 | + } |
| 95 | + .wn-prelude strong { color: #111; } |
| 96 | + .wn-grid { |
| 97 | + display: grid; |
| 98 | + grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); |
| 99 | + } |
| 100 | + .wn-card { |
| 101 | + padding: 1.75rem 2rem; |
| 102 | + border-right: 1px solid #e0e0e0; |
| 103 | + border-bottom: 1px solid #e0e0e0; |
| 104 | + } |
| 105 | + .wn-card:nth-child(even) { border-right: none; } |
| 106 | + .wn-card-title { |
| 107 | + font-size: 13px; |
| 108 | + font-weight: 700; |
| 109 | + margin-bottom: 0.75rem; |
| 110 | + color: #111; |
| 111 | + text-transform: uppercase; |
| 112 | + letter-spacing: 0.04em; |
| 113 | + } |
| 114 | + .wn-card-body { |
| 115 | + font-size: 13px; |
| 116 | + color: #555; |
| 117 | + line-height: 1.75; |
| 118 | + } |
| 119 | + .wn-card-body p { margin-bottom: 0.75rem; } |
| 120 | + .wn-card-body code { |
| 121 | + font-family: "SF Mono","Fira Code",monospace; |
| 122 | + background: #f4f4f4; |
| 123 | + padding: 1px 5px; |
| 124 | + border-radius: 3px; |
| 125 | + font-size: 12px; |
| 126 | + color: #111; |
| 127 | + } |
| 128 | + .wn-card-body pre { |
| 129 | + background: #0d0d0d; |
| 130 | + color: #ccc; |
| 131 | + font-family: "SF Mono","Fira Code",monospace; |
| 132 | + font-size: 12px; |
| 133 | + line-height: 1.6; |
| 134 | + padding: 0.75rem 1rem; |
| 135 | + border-radius: 6px; |
| 136 | + margin-top: 0.75rem; |
| 137 | + overflow-x: auto; |
| 138 | + white-space: pre; |
| 139 | + } |
| 140 | + .wn-tag { |
| 141 | + display: inline-block; |
| 142 | + font-size: 10px; |
| 143 | + font-weight: 700; |
| 144 | + letter-spacing: 0.06em; |
| 145 | + text-transform: uppercase; |
| 146 | + padding: 1px 6px; |
| 147 | + border-radius: 3px; |
| 148 | + margin-bottom: 0.5rem; |
| 149 | + } |
| 150 | + .wn-tag.changed { background: #fff3cd; color: #856404; } |
| 151 | + .wn-tag.new { background: #d1e7dd; color: #0f5132; } |
| 152 | + .wn-tag.removed { background: #f8d7da; color: #842029; } |
113 | 153 |
|
114 | | - </style> |
| 154 | + </style> |
115 | 155 | </head> |
116 | 156 | <body> |
117 | 157 | <nav id="site-nav"></nav> |
|
0 commit comments