mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-20 17:51:40 +03:00
24 lines
393 B
SCSS
24 lines
393 B
SCSS
|
@use '_normalize';
|
||
|
|
||
|
@use 'arrow';
|
||
|
@use 'badge';
|
||
|
@use 'custom-container';
|
||
|
@use 'dropdown';
|
||
|
@use 'home';
|
||
|
@use 'layout';
|
||
|
@use 'navbar';
|
||
|
@use 'page';
|
||
|
@use 'plugins';
|
||
|
@use 'sidebar';
|
||
|
@use 'code';
|
||
|
|
||
|
@use '@vuepress/plugin-palette/style';
|
||
|
|
||
|
* {
|
||
|
scroll-behavior: smooth;
|
||
|
transition: background-color 0.1s ease;
|
||
|
@media screen and (prefers-reduced-motion: reduce) {
|
||
|
scroll-behavior: auto;
|
||
|
}
|
||
|
}
|