Skip to content

Commit

Permalink
Simplify API "property" highlighting selector
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Aug 31, 2021
1 parent 72b0773 commit ceaa691
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/furo/assets/styles/content/_api.sass
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ dl.exception
> dt
padding-left: 3em
text-indent: -3em
.property
color: var(--color-api-keyword)
padding-right: 0.25rem

// adjust the size of the [source] link on the right.
a.reference.internal
.viewcode-link
width: 3.5rem
font-size: var(--font-size--small)

em.property
color: var(--color-api-keyword)
padding-right: 0.25rem
.sig-name
font-weight: bold
color: var(--color-api-name)
Expand Down

0 comments on commit ceaa691

Please sign in to comment.