Style PR (#84)

* fixes for table values

* color tweaks rating

* inc legibility on aside active

* add tab separators

* fix hint icon

* fix header colors & remove custom balance

* Better mobile burger colors

* remove border from logofallback img

* style divider dark mode

* compact header + file + expandable hover + mt mobile nav

* testing file types
This commit is contained in:
Sebastian Graz
2024-01-04 18:43:37 +01:00
committed by GitHub
parent 87e67866a4
commit ccfcaa590b
20 changed files with 195 additions and 56 deletions
@@ -68,7 +68,7 @@ export function TableOfContents(props: {
{header ? header : null}
<div
className={tcls(
withHeaderOffset ? 'pt-4' : null,
withHeaderOffset ? 'pt-4' : ['pt-4', 'lg:pt-0'],
'hidden',
'lg:flex',
'flex-grow',
@@ -101,7 +101,7 @@ export function ToggleableLinkItem(props: {
'text-sm',
'transition-colors',
'relative',
'textwrap-balance',
'text-balance',
'before:border-l',
'before:absolute',
'before:left-[-1px]',