wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 20:29:25 +01:00
parent 3e33a99ec9
commit aa295bd611

View file

@ -156,7 +156,7 @@
background: @magenta_subtle_bg_darker;
color: @magenta_brighter;
text-shadow: none;
padding: 3px;
padding: 0;
margin-top: 5px;
margin-right: 5px;
border-radius: 50%;
@ -164,7 +164,8 @@
}
.close-button:hover {
background: @magenta;
background: @red_subtle_bg;
color: @red_bright;
box-shadow: none;
}