This commit is contained in:
Daniel Flanagan 2023-07-10 11:22:17 -05:00
parent d626607517
commit ef7be7d6cd
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 6 additions and 4 deletions

View file

@ -133,8 +133,8 @@ html,body
right 0
top 0
> p code, > h1 code, > h2 code, > h3 code, > h4 code, > h5 code, > h6 code, blockquote code
padding 0.1em 0.25em
> p code, > ol code, > ul code, > h1 code, > h2 code, > h3 code, > h4 code, > h5 code, > h6 code, blockquote code
padding 0.25em
border-radius 0.25em
background-color var(--inline-code-bg)

View file

@ -37,7 +37,8 @@ light-theme = {
--header-bg: rgba(255, 255, 255, 0.1),
--header-hover-bg: rgba(255, 255, 255, 0.2),
--fg: #4c4f69,
--inline-code-bg: rgba(0,0,0,0.08),
--inline-code-bg: rgba(255,255,255,0.2),
--inline-code-fg: #000000,
--input-bg: #dce0e8,
--input-hover-bg: rgba(0, 0, 0, 0.16),
--input-focus-bg: var(--input-bg),
@ -65,7 +66,8 @@ dark-theme = {
--heading-fg: #cdd6f4,
--link-fg: mocha['sapphire'],
--link-visited-fg: alpha(mocha['mauve'], 1.0),
--inline-code-bg: rgba(255,255,255,0.05),
--inline-code-bg: rgba(0,0,0,0.2),
--inline-code-fg: #ffffff,
--input-bg: #181825,
--input-hover-bg: #313244,
--input-focus-bg: #45475a,