CSS changes for buttons, fixed numbers in stats
This commit is contained in:
parent
e4d3c78a9f
commit
82780ba589
3 changed files with 14 additions and 4 deletions
10
styles.css
10
styles.css
|
|
@ -67,7 +67,7 @@ p {
|
|||
}
|
||||
|
||||
.habit-button {
|
||||
/* background-color: #fff; */
|
||||
background-color: var(--interactive-accent);
|
||||
border: none;
|
||||
/* color: black; */
|
||||
text-align: center;
|
||||
|
|
@ -75,6 +75,12 @@ p {
|
|||
font-size: 16px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
color: var(--text-on-accent);
|
||||
}
|
||||
/* habit-button on hover css selector */
|
||||
.habit-button:hover {
|
||||
color: var(--text-on-accent);
|
||||
background-color: var(--interactive-accent-hover);
|
||||
}
|
||||
|
||||
.habit-item {
|
||||
|
|
@ -300,7 +306,7 @@ button {
|
|||
margin-bottom: 5px;
|
||||
white-space: nowrap;
|
||||
padding: 5px 5px;
|
||||
color: var(--interactive-accent);
|
||||
background-color: var(--interactive-accent);
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue