Skip to content

Commit

Permalink
fix dark theme 2
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Mar 29, 2024
1 parent d377689 commit 23543fb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ru/project/pc-example1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ blocks:
- type: 'background-card'
title: 'Обсудить пилотный проект'
text: 'Расскажите нам про свой проект и пожелания — команда Diplodoc поможет вам сделать документацию.'
theme: 'light'
theme: 'raised'
background:
src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-card-01.png'
disableCompress: true
Expand All @@ -201,7 +201,7 @@ blocks:
- type: 'background-card'
title: 'Попробовать самостоятельно'
text: 'Создайте и опубликуйте проект документации для вашего продукта.'
theme: 'light'
theme: 'raised'
background:
src: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/index-diplodoc/ddos-index-card-02.png'
disableCompress: true
Expand Down
18 changes: 12 additions & 6 deletions ru/project/pc-example2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ blocks:
Система выполняет основные операции на Node.js и React.'
background:
image:
desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-cover.png'
mobile: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-cover-mini.png'
color: '#C6FE4D'
fullWidth: false
theme: 'light'
light:
image:
desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-cover.png'
mobile: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-cover-mini.png'
color: '#C6FE4D'
fullWidth: false
dark:
image:
desktop: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-cover-dark.png'
mobile: 'https://storage.yandexcloud.net/diplodoc-www-assets/pages/how-to-diplodoc/ddos-how-cover-mini.png'
color: '#C6FE4D'
fullWidth: false

- type: 'extended-features-block'
title:
Expand Down

0 comments on commit 23543fb

Please sign in to comment.