1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-13 11:50:53 +02:00
This commit is contained in:
Anton Titovets 2024-10-15 10:47:47 +03:00
parent 8ec4bd4013
commit ba288f2fd3
3 changed files with 14 additions and 7 deletions

View File

@ -14,7 +14,8 @@
--ifm-color-primary-lighter: #ffffff;
--ifm-color-primary-lightest:#ffffff;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: #004943;;
--docusaurus-highlighted-code-line-bg: #004943;
--ifm-tabs-color-active: #004943;
}
p{
@ -234,6 +235,12 @@ li > a.menu__link {
content: url(../../static/img/Categories/other.png);
}
.theme-code-block, TABLE, .tabs-container{
border: 1px solid rgba(27, 31, 35, 0.15);
border-radius: 16px;
box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
}
/* CSS */
.button {
appearance: none;

View File

@ -1,10 +1,10 @@
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
---
sidebar_position: @Счетчик
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# @Заголовок
@Описание

View File

@ -1,10 +1,10 @@
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
---
sidebar_position: @Счетчик
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# @Заголовок
@Описание