mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-24 07:13:51 +01:00
14 lines
447 B
CSS
14 lines
447 B
CSS
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
.details {
|
|
--docusaurus-details-decoration-color: var(--ifm-alert-border-color);
|
|
--docusaurus-details-transition: transform var(--ifm-transition-fast) ease;
|
|
margin: 0 0 var(--ifm-spacing-vertical);
|
|
border: 1px solid var(--ifm-alert-border-color);
|
|
}
|