Skip to content

Commit

Permalink
feat: add styles for term syntax DOCSTOOLS-1268 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey authored Sep 14, 2022
1 parent fedc811 commit e64ed8b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles/yfm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
color: var(--yc-color-text-complementary);
}

dfn {
background: var(--yc-color-base-float);
box-shadow: 0 8px 20px var(--yc-color-sfx-shadow);
}

dfn:before {
box-shadow: 0 0 0 1px var(--yc-popup-border-color);
}

table {
color: var(--yc-color-text-primary);
border-color: var(--yc-color-line-generic);
Expand Down

0 comments on commit e64ed8b

Please sign in to comment.