mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19:07 +00:00
style: format
This is mostly manually formatted. I couldn't find a good HTML formatter for this file. It also converts a bunch of tabs to spaces.
This commit is contained in:
parent
2f0abe63d4
commit
ee72868f92
1 changed files with 42 additions and 43 deletions
|
|
@ -294,6 +294,7 @@
|
|||
padding: 1px 1em;
|
||||
}
|
||||
|
||||
/* help modal */
|
||||
.help-modal {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
|
@ -390,7 +391,6 @@
|
|||
|
||||
/* dark mode */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
:root {
|
||||
--tx-color: #bbb;
|
||||
--bg-color: #111;
|
||||
|
|
@ -456,7 +456,6 @@
|
|||
.tok-type {
|
||||
color: #68f;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 750px) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue