mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 07:08:59 +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;
|
padding: 1px 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* help modal */
|
||||||
.help-modal {
|
.help-modal {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -390,7 +391,6 @@
|
||||||
|
|
||||||
/* dark mode */
|
/* dark mode */
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--tx-color: #bbb;
|
--tx-color: #bbb;
|
||||||
--bg-color: #111;
|
--bg-color: #111;
|
||||||
|
|
@ -456,7 +456,6 @@
|
||||||
.tok-type {
|
.tok-type {
|
||||||
color: #68f;
|
color: #68f;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 750px) {
|
@media only screen and (max-width: 750px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue