update
All checks were successful
Deploy Static Site / deploy (push) Successful in 3m24s

This commit is contained in:
2025-05-29 16:37:23 +04:00
parent 7365966470
commit e217f89702
2727 changed files with 0 additions and 206405 deletions

View File

@ -1,42 +0,0 @@
/* Header */
.header.elma-365 {
background-color: #233255;
}
/* mobile menu */
.sidebar__close.elma-365-close {
background: url('./close-black.svg') no-repeat center center;
}
/* right menu */
.table-of-contents.elma365-right .tocify-item a {
color: #0A141E !important;
}
.table-of-contents.elma365-right .tocify-item a:hover {
color: #0D4A75 !important;
}
.table-of-contents.elma365-right .tocify-item.active a {
color: #0D4A75 !important;
}
/*-- QUICK BPM --*/
/* Header */
.header.quick {
background-color: #1E6599;
}
/* right menu */
.table-of-contents.quick-right .tocify-item a {
color: #0A141E !important;
}
.table-of-contents.quick-right .tocify-item a:hover {
color: #1E6599 !important;
}
.table-of-contents.quick-right .tocify-item.active a {
color: #1E6599 !important;
}
p > span + code {
display: inline-block;
}