BourbonDoc
BourbonDoc
HHomarr
Created by BourbonDoc on 9/3/2024 in #💬・get-help
Cosmetic/CSS help
Good morning! I'm trying to do some theme editing with CSS and can't quite figure it out. I was able to get the background color of the tiles (grid stack item) to change, but trying any of the other static variables from the documentation doesn't seem to do anything. I'm beyond new to CSS so it's likely a PEBKAC issue, but I'd appreciate any help. Below is an example of what I have in the Custom CSS section trying to test what static variables are associated with which visual element. Thanks!
.grid-stack-item-content {
background-color: #fefff9cc !important;
}
dashboard-app-shell {
backbround color: #fefff9cc !important;
}
dashboard-header {
backbround color: #fefff9cc !important;
}
.dashboard-header-search-root {
backbround color: #fefff9cc !important;
}
.grid-stack-item-content {
background-color: #fefff9cc !important;
}
dashboard-app-shell {
backbround color: #fefff9cc !important;
}
dashboard-header {
backbround color: #fefff9cc !important;
}
.dashboard-header-search-root {
backbround color: #fefff9cc !important;
}
29 replies