mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
use Roboto in buttons and todos
This commit is contained in:
@@ -155,6 +155,7 @@ li {
|
||||
flex-grow: 2;
|
||||
flex-shrink: 1;
|
||||
transition: 0.1s ease-in-out;
|
||||
font-family: Roboto;
|
||||
}
|
||||
|
||||
textarea.todo--input {
|
||||
@@ -191,7 +192,8 @@ textarea.todo--input {
|
||||
background: none;
|
||||
transition: 0.1s ease-in-out;
|
||||
font-size: 1rem;
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
font-family: Roboto;
|
||||
}
|
||||
|
||||
.filter--active {
|
||||
|
||||
@@ -49,6 +49,7 @@ body {
|
||||
transition: 0.1s ease-in-out;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 300;
|
||||
font-family: Roboto;
|
||||
}
|
||||
|
||||
#user-header button:hover {
|
||||
|
||||
Reference in New Issue
Block a user