let chatgpt make it better
parent
365ed4b896
commit
f3c028d49b
|
|
@ -2,14 +2,15 @@
|
||||||
* {
|
* {
|
||||||
font-family: "Agave Nerd Font Mono", sans-serif;
|
font-family: "Agave Nerd Font Mono", sans-serif;
|
||||||
font-size: 14pt;
|
font-size: 14pt;
|
||||||
color: #b0b4bc;
|
color: #d6abab; /* Updated text color */
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Window styling */
|
/* Window styling */
|
||||||
window {
|
window {
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
color: #b0b4bc;
|
color: #d6abab; /* Updated text color */
|
||||||
|
padding: 20px; /* Increased padding for window */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Buttons and entries */
|
/* Buttons and entries */
|
||||||
|
|
@ -55,7 +56,6 @@ scale trough highlight {
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Custom classes for clock, workspace, etc. */
|
|
||||||
.music, .clock, .workspace-button {
|
.music, .clock, .workspace-button {
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
color: #5018dd;
|
color: #5018dd;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue