mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 11:44:22 +01:00
big format
This commit is contained in:
@@ -30,8 +30,6 @@
|
||||
--sl-color-divider: var(--sl-color-gray-5);
|
||||
}
|
||||
|
||||
|
||||
|
||||
body {
|
||||
color: var(--color-text) !important;
|
||||
font-size: 14px !important;
|
||||
@@ -60,7 +58,6 @@ body {
|
||||
--color-border-weak: hsl(0, 4%, 23%);
|
||||
|
||||
--color-icon: hsl(10, 3%, 43%);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -145,7 +142,7 @@ a[aria-current="page"] {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
ul.top-level a[aria-current="page"] > span {
|
||||
ul.top-level a[aria-current="page"] > span {
|
||||
color: var(--color-text-strong) !important;
|
||||
}
|
||||
|
||||
@@ -163,7 +160,6 @@ ul.top-level a[aria-current="page"] > span {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
|
||||
.top-level li a {
|
||||
border-radius: 0;
|
||||
width: 100%;
|
||||
@@ -221,13 +217,16 @@ site-search > button span {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
site-search > button > kbd {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
||||
h1 a,
|
||||
h2 a,
|
||||
h3 a,
|
||||
h4 a,
|
||||
h5 a,
|
||||
h6 a {
|
||||
color: var(--color-text-strong) !important;
|
||||
}
|
||||
|
||||
@@ -263,7 +262,8 @@ strong {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
ul,
|
||||
ol {
|
||||
list-style: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
@@ -280,7 +280,8 @@ ul, ol {
|
||||
color: var(--color-text-strong) !important;
|
||||
}
|
||||
|
||||
body > .page > header, :root[data-has-sidebar] body > .page > header {
|
||||
body > .page > header,
|
||||
:root[data-has-sidebar] body > .page > header {
|
||||
background: var(--color-background) !important;
|
||||
padding: 24px !important;
|
||||
}
|
||||
@@ -303,7 +304,6 @@ body > .page > header, :root[data-has-sidebar] body > .page > header {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
|
||||
nav.sidebar .sl-container ul li a,
|
||||
div.right-sidebar .sl-container ul li a {
|
||||
padding: 4px 24px !important;
|
||||
@@ -317,7 +317,7 @@ div.right-sidebar .sl-container ul li a:hover {
|
||||
background: var(--color-background-weak);
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background: var(--color-background-weak)
|
||||
background: var(--color-background-weak);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -326,14 +326,12 @@ div.right-sidebar .sl-container ul li ul li {
|
||||
padding: 4px 12px 0 12px !important;
|
||||
}
|
||||
|
||||
|
||||
nav.sidebar .sl-container ul li a[aria-current="true"],
|
||||
div.right-sidebar .sl-container ul li a[aria-current="true"] {
|
||||
color: var(--color-text-strong) !important;
|
||||
opacity: 100%;
|
||||
}
|
||||
|
||||
|
||||
h2#starlight__on-this-page {
|
||||
font-size: 14px !important;
|
||||
color: var(--color-text-strong) !important;
|
||||
@@ -375,7 +373,6 @@ nav.sidebar ul.top-level > li > details > summary .group-label > span {
|
||||
.expressive-code {
|
||||
margin: 0.75rem 0 3rem 0 !important;
|
||||
border-radius: 6px;
|
||||
|
||||
}
|
||||
|
||||
.expressive-code figure {
|
||||
@@ -386,8 +383,6 @@ nav.sidebar ul.top-level > li > details > summary .group-label > span {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.shiki,
|
||||
.shiki span {
|
||||
|
||||
Reference in New Issue
Block a user