mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 15:42:48 +00:00
14 lines
352 B
CSS
14 lines
352 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.
|
|
*/
|
|
|
|
.feedbackBackground {
|
|
padding: var(--ifm-spacing-horizontal);
|
|
border-radius: 4px;
|
|
background: var(--ifm-color-feedback-background);
|
|
color-scheme: auto;
|
|
}
|