dotfiles/private_dot_config/swaync/style.css
array-in-a-matrix 1b321f5dfa update
2023-01-24 16:50:50 -05:00

40 lines
736 B
CSS

@import "../../.cache/wal/colors-waybar.css";
/*
@foreground
@background
@cursor
@color[0-15]
*/
*, body {
border: none;
border-radius: 4px;
font-family: Hack, Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
margin: 1px 4px;
}
.control-center {
background-color: @background;
border-bottom: 3px solid @foreground;
color: @color7;
}
.notification {
border-radius: 12px;
margin: 6px 12px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.7),
0 2px 6px 2px rgba(0, 0, 0, 0.3);
padding: 0;
}
.notification-row:focus,
.notification-row:hover {
background: @foreground;
}
.notification-content {
background: @color3;
padding: 6px;
border-radius: 12px;
}