[WIP] Arch Linux installation

This commit is contained in:
2024-10-13 21:48:09 +05:30
parent 611233d35b
commit e7a07bbf69
3 changed files with 108 additions and 1 deletions
+15
View File
@@ -61,6 +61,21 @@ p {
hyphens: auto;
}
span.pre {
background: #DDD;
padding: 0.2em 0.4em;
}
pre {
margin: 1em 0;
padding: 0.2em 0.4em;
background: #ddd;
white-space: nowrap;
display: block;
overflow-x: auto;
overflow-y: hidden;
}
.header {
display: flex;
align-items: center;