mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
19 lines
320 B
CSS
19 lines
320 B
CSS
/*
|
|
* Copyright 2024 elementary, Inc. (https://elementary.io)
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
daemon-window {
|
|
background-color: transparent;
|
|
}
|
|
|
|
.monitor-label {
|
|
border-radius: 9px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.monitor-label label {
|
|
margin: 1em;
|
|
text-shadow: 0 1px 1px alpha(white, 0.1);
|
|
}
|