mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Small website text improvements
This commit is contained in:
@@ -173,6 +173,15 @@ pre {
|
||||
}
|
||||
}
|
||||
|
||||
kbd {
|
||||
background: var(--color-fog);
|
||||
border-radius: calc(var(--variable-px) * 4);
|
||||
outline: var(--border-thickness) solid var(--color-navy);
|
||||
padding: 0 4px;
|
||||
margin: 0 4px;
|
||||
color: var(--color-navy);
|
||||
}
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -287,7 +296,7 @@ hr,
|
||||
.feature-box {
|
||||
padding: calc(80 * var(--variable-px));
|
||||
background-image: url("https://static.graphite.rs/textures/noise.png");
|
||||
background-blend-mode: soft-light;
|
||||
background-blend-mode: overlay;
|
||||
background-position: center;
|
||||
|
||||
&.feature-box.feature-box {
|
||||
|
||||
Reference in New Issue
Block a user