diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-03 19:15:39 +0100 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-03 19:15:39 +0100 | 
| commit | a7f3e798164d8448683484cd2b6dff0313b07fe8 (patch) | |
| tree | f1d114bcca1969d904ff690cf7bb2fbab96f03c3 /src/styles/components | |
| parent | d76e7c054e51471c908707634f5dbdcd3422b8d9 (diff) | |
chore(prism): replace Coldark theme with a custom theme
Diffstat (limited to 'src/styles/components')
| -rw-r--r-- | src/styles/components/_wp-blocks.scss | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/src/styles/components/_wp-blocks.scss b/src/styles/components/_wp-blocks.scss index 4d21893..7d23008 100644 --- a/src/styles/components/_wp-blocks.scss +++ b/src/styles/components/_wp-blocks.scss @@ -35,11 +35,6 @@    color: var(--color-primary-darker);  } -.wp-block-code[class*="language-"] { -  margin: var(--spacing-sm) 0; -  padding: 0 var(--spacing-sm); -} -  .wp-block-columns {    display: grid;    grid-template-columns: minmax(0, 1fr); | 
