mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
12 lines
221 B
CSS
12 lines
221 B
CSS
body {
|
|
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
|
|
}
|
|
|
|
.bg-gray-850 {
|
|
background-color: #242b3a;
|
|
}
|
|
|
|
::-webkit-calendar-picker-indicator {
|
|
filter: invert(1);
|
|
cursor: pointer;
|
|
} |