mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Dark mode done
This commit is contained in:
@@ -173,4 +173,43 @@
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.style-selector-container.dark-mode-component {
|
||||
|
||||
.style-selector {
|
||||
|
||||
h2 {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.style-selection-container {
|
||||
|
||||
|
||||
.style-container{
|
||||
|
||||
label {
|
||||
|
||||
.title {
|
||||
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.times {
|
||||
color: $lightest-color-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox_control {
|
||||
|
||||
border: 3px solid $lightest-color-dark-darker;
|
||||
}
|
||||
|
||||
.checkbox__input input:checked + .checkbox_control {
|
||||
|
||||
background-color: $lightest-color-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user