mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
fix: enable sticky header on changelog and download pages (#8556)
This commit is contained in:
parent
972f5ecc7d
commit
1fb611ef0a
2 changed files with 0 additions and 2 deletions
|
|
@ -32,7 +32,6 @@
|
|||
font-family: var(--font-mono);
|
||||
color: var(--color-text);
|
||||
padding-bottom: 5rem;
|
||||
overflow-x: hidden;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
--color-background: hsl(0, 9%, 7%);
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
font-family: var(--font-mono);
|
||||
color: var(--color-text);
|
||||
padding-bottom: 5rem;
|
||||
overflow-x: hidden;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
--color-background: hsl(0, 9%, 7%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue