mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Update CSS tab size and enable whitespace removal on paste
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user