let chatgpt make it better

main
The_miro 2025-05-27 11:16:09 +02:00
parent 365ed4b896
commit f3c028d49b
1 changed files with 3 additions and 3 deletions

View File

@ -2,14 +2,15 @@
* {
font-family: "Agave Nerd Font Mono", sans-serif;
font-size: 14pt;
color: #b0b4bc;
color: #d6abab; /* Updated text color */
background-color: #1a1a1a;
}
/* Window styling */
window {
background-color: #1a1a1a;
color: #b0b4bc;
color: #d6abab; /* Updated text color */
padding: 20px; /* Increased padding for window */
}
/* Buttons and entries */
@ -55,7 +56,6 @@ scale trough highlight {
margin: 4px;
}
/* Custom classes for clock, workspace, etc. */
.music, .clock, .workspace-button {
background-color: #1a1a1a;
color: #5018dd;