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