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