Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/media/com_akeeba/css/
Upload File :
Current File : /home/pteabiscqq/www/media/com_akeeba/css/dark.scss

/*!
 * @package   akeebabackup
 * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

@import 'sources/variables';

/**
 * Dark Mode
 *
 * This applies the color modifications to both forced dark mode and automatic dark mode
 */
.akeeba-renderer-fef--dark {
  :root {
    color-scheme: dark;
  }

  @import 'sources/dark';
}

@media (prefers-color-scheme: dark) {
  @import 'sources/dark';
}