mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
autodoc: Extract decl ref style and fix light mode color (#15990)
Co-authored-by: James Chen-Smith <james@chen-smith.net> Co-authored-by: Loris Cro <kappaloris@gmail.com>
This commit is contained in:
parent
62f727eedb
commit
c3a8f1fe92
@ -649,6 +649,10 @@
|
||||
color: #458;
|
||||
font-weight: bold;
|
||||
}
|
||||
.tok-decl-ref {
|
||||
color: #0086b3;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* dark mode */
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@ -723,6 +727,9 @@
|
||||
.tok-type {
|
||||
color: #68f;
|
||||
}
|
||||
.tok-decl-ref {
|
||||
color: lightblue;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 750px) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user