diff --git a/src/index.webc b/src/index.webc index ce464e6..5174ea4 100644 --- a/src/index.webc +++ b/src/index.webc @@ -283,7 +283,6 @@ description: Diamond UI is a methodology for teams who build software products a Title A paragraph of text. -- Action + + + diff --git a/src/styles/prism-theme.css b/src/styles/prism-theme.css index 0369b71..6f7962c 100644 --- a/src/styles/prism-theme.css +++ b/src/styles/prism-theme.css @@ -127,10 +127,6 @@ pre[class*="language-"] { cursor: help; } -.token.deleted { - background-color: hsla(0, 73%, 75%, 0.1); -} - .token.inserted { animation: fadein 0.75s var(--diamond-transition-timing) forwards; background-color: hsl(120deg 73% 75% / 10%);