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:
@@ -52,4 +52,20 @@
|
||||
position: initial;
|
||||
padding-bottom: 5vh;
|
||||
}
|
||||
}
|
||||
|
||||
.pomodoro-counter.dark-mode-component {
|
||||
ul {
|
||||
|
||||
li {
|
||||
|
||||
color: #ffffff;
|
||||
|
||||
.quantity {
|
||||
|
||||
color: $lightest-color-dark;
|
||||
background: $second-color-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user