Update CSS tab size and enable whitespace removal on paste

This commit is contained in:
2025-02-19 14:25:02 +00:00
parent ebb0a15cac
commit f82c35adbd
3 changed files with 26 additions and 13 deletions

View File

@@ -10,6 +10,16 @@
font-display: swap;
}
pre {
tab-size: 2; /* Set tab size to 2 spaces */
-moz-tab-size: 2; /* For Firefox */
}
code {
tab-size: 2; /* Set tab size for inline code */
-moz-tab-size: 2; /* For Firefox */
}
body {
font-family: "AdwaitaSans", sans-serif;
}