Skip to content

Commit ea0d299

Browse files
committed
Css and typo tweaks
1 parent 5ea763c commit ea0d299

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

_posts/2024-10-14-1212.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ In Fabric Rendering API, `CoreShaderRegistrationCallback` was removed. Vanilla r
293293
<!-- TODO Shader changes. Models. -->
294294
295295
### Recipes
296-
The recipe system was reworked. To summerize:
296+
The recipe system was reworked. To summarize:
297297
298298
- Recipes are now identified using `RegistryKey<? extends Recipe>`, not `Identifier`.
299299
- `Recipe` and the recipe ID is now server-side only. It cannot be accessed from the client.
@@ -311,7 +311,7 @@ Water cave carvers (which, before 1.18, were seen in seabeds) were removed, alon
311311
In Fabric Biome API, biome modification methods like `addCarver` and `removeCarver` no longer takes `GenerationStep.Carver` argument.
312312
313313
### Profiler
314-
Profiles are now accessed using `Profilers#get`.
314+
The shared profiler is now accessed using `Profilers#get`.
315315
316316
```diff
317317
- world.getProfiler().push("tinyPotato");

assets/dark.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,15 @@ code, select, pre, input {
4141

4242
a, a:visited {
4343
color: #58a6ff;
44+
}
45+
46+
table {
47+
tr {
48+
&:nth-child(even) {
49+
background-color: #151b23;
50+
}
51+
}
52+
th {
53+
background-color: #151b23;
54+
}
4455
}

0 commit comments

Comments
 (0)