mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 12:41:20 +08:00
website: update style.
This commit is contained in:
@ -162,14 +162,17 @@ menu {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
yel {
|
yel,
|
||||||
color: var(--color-prettylights-syntax-variable);
|
yel code {
|
||||||
|
color: var(--color-prettylights-syntax-variable) !important;
|
||||||
}
|
}
|
||||||
red {
|
red,
|
||||||
color: var(--color-danger-fg);
|
red code {
|
||||||
|
color: var(--color-danger-fg) !important;
|
||||||
}
|
}
|
||||||
pur {
|
pur,
|
||||||
color: var(--color-prettylights-syntax-entity);
|
pur code {
|
||||||
|
color: var(--color-prettylights-syntax-entity) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(.h3wrap-body, .wrap-body) p > code,
|
:is(.h3wrap-body, .wrap-body) p > code,
|
||||||
|
Reference in New Issue
Block a user