remove cpu/ram modules

This commit is contained in:
2025-03-16 19:00:01 -07:00
parent fac34d4a8f
commit 9c0cfe74c0
2 changed files with 38 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ button:hover {
}
#custom-kernel {
background-color: @rosewater;
background-color: @mauve;
color: @mantle;
}
@@ -240,7 +240,7 @@ label:focus {
color: #1793d1;
}
#custom-mpv-scroll {
#custom-mpd-scroll {
color: @base;
background-color: @blue;
padding: 0 10px;
@@ -265,3 +265,10 @@ label:focus {
padding: 0 10px;
margin: 5px 1px;
}
#cava {
background-color: @blue;
color: @base;
padding: 0 10px;
margin: 5px 1px;
}