/* アクティブなウィンドウのスクロールバーの色 */
:root {
scrollbar-color: red orange !important;
}
/* Inactive window colors 非アクティブなウィンドウのスクロールバーの色 */
:root:-moz-window-inactive {
scrollbar-color: teal hotpink !important;
}