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:
@@ -3,6 +3,11 @@
|
||||
|
||||
padding: 0px 3vw;
|
||||
padding-top: 5vh;
|
||||
padding-bottom: 5vh;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
|
||||
.titles {
|
||||
|
||||
@@ -62,4 +67,29 @@
|
||||
|
||||
padding-bottom: 5vh;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#about-this.dark-mode-component, #credits.dark-mode-component {
|
||||
|
||||
background-color: $second-color-dark;
|
||||
|
||||
color: #ffffff;
|
||||
|
||||
.information {
|
||||
|
||||
display: flex;
|
||||
|
||||
ul {
|
||||
|
||||
li {
|
||||
|
||||
p {
|
||||
|
||||
a {
|
||||
color: $lightest-color-dark;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user