/*
Theme Name: Floorboard Planner Fullscreen
Theme URI: https://github.com/bimdas/floorplaner
Author: Antigravity
Description: Fullscreen wrapper for the Floorboard Planner application.
Version: 1.0.1
License: GPL-2.0-or-later
*/

/* Custom scrollbar matching the Floorboard Planner app */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #1e1e1e;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #444;
}
