feat: moving project to git

This commit is contained in:
Lucas Oskorep
2026-06-29 21:11:39 -04:00
commit 2c0a09efb0
19 changed files with 3255 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
/* DDC Brightness Control styling */
.ddc-brightness-slider-box {
padding: 8px 12px;
spacing: 8px;
}
.ddc-brightness-value-label {
font-size: 12px;
font-weight: bold;
color: #ffffff;
min-width: 40px;
text-align: right;
}
/* Custom slider */
.slider {
height: 24px;
border-radius: 12px;
background-color: rgba(255, 255, 255, 0.2);
}
.slider .fill-level {
height: 24px;
border-radius: 12px;
background-color: white;
}