mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
21 lines
310 B
SCSS
21 lines
310 B
SCSS
/**
|
|
* _base.scss - Base Widget Luna (Blue) Styles
|
|
*
|
|
* This source-code is part of Windows XP stuff for XFCE:
|
|
* <<https://www.oddmatics.uk>>
|
|
*
|
|
* Author(s): Rory Fewell <roryf@oddmatics.uk>
|
|
*/
|
|
|
|
box,
|
|
menubar,
|
|
dialog
|
|
{
|
|
background-color: #ECE9D8;
|
|
color: #000;
|
|
}
|
|
|
|
flowbox
|
|
{
|
|
border: 0;
|
|
} |