wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 20:37:30 +01:00
parent aa295bd611
commit b580614754

View file

@ -157,13 +157,14 @@
color: @magenta_brighter; color: @magenta_brighter;
text-shadow: none; text-shadow: none;
padding: 0; padding: 0;
margin-top: 5px; margin-top: 8px;
margin-right: 5px; margin-right: 5px;
border-radius: 50%; border-radius: 50%;
border: none; border: none;
} }
.close-button:hover { .close-button:hover {
cursor: pointer;
background: @red_subtle_bg; background: @red_subtle_bg;
color: @red_bright; color: @red_bright;
box-shadow: none; box-shadow: none;
@ -176,57 +177,58 @@
.notification-default-action:hover, .notification-default-action:hover,
.notification-action:hover { .notification-action:hover {
color: @blue-base; color: @cyan_subtle_bg;
background: @cc-bg; background: @bg;
} }
.inline-reply-entry { .inline-reply-entry {
background: @noti-bg-darker; background: @bg_secondary;
color: @text-color; color: @fg;
caret-color: @text-color; caret-color: @fg;
border: 1px solid @noti-border-color; border: 1px solid @cyan_subtle_bg;
} }
.inline-reply-button { .inline-reply-button {
margin-top: 4px; margin-top: 4px;
margin-left: 4px; margin-left: 4px;
background: @noti-bg; background: @bg;
border: 1px solid @noti-border-color; border: 1px solid @cyan_subtle_bg;
color: @text-color; color: @fg;
} }
.inline-reply-button:disabled { .inline-reply-button:disabled {
background: transparent; background: transparent;
color: @text-color-disabled; color: @fg_dim;
border: 1px solid transparent; border: 1px solid transparent;
} }
.inline-reply-button:hover { .inline-reply-button:hover {
background: @noti-bg-hover; background: @bg;
} }
.summary { .summary {
font-size: 16px; font-size: 16px;
font-weight: 700; font-weight: 700;
background: transparent; background: transparent;
color: @green-base; color: @fg;
text-shadow: none; text-shadow: none;
} }
.time { .time {
font-size: 16px; font-size: 16px;
font-weight: 700; font-weight: 400;
background: transparent; background: transparent;
color: @text-color; color: @fg_dim;
text-shadow: none; text-shadow: none;
margin-right: 18px; margin-right: 12px;
} }
.body { .body {
font-size: 15px; margin-top: 8px;
font-size: 14px;
font-weight: 400; font-weight: 400;
background: transparent; background: transparent;
color: @text-color; color: @fg_dim;
text-shadow: none; text-shadow: none;
} }
@ -235,11 +237,9 @@
} }
.widget-title { .widget-title {
color: @blue-base;
background: @noti-bg-darker;
padding: 5px 10px; padding: 5px 10px;
margin: 10px; margin: 10px;
font-size: 1.5rem; font-size: 1.6rem;
} }
.widget-title>button { .widget-title>button {