18 lines
223 B
CSS
18 lines
223 B
CSS
body {
|
|
font-family: 'Ubuntu';
|
|
}
|
|
|
|
.container {
|
|
max-width: 540px;
|
|
}
|
|
|
|
textarea {
|
|
/* color: var(--bs-gray-400) !important;*/
|
|
font-family: 'Ubuntu Mono';
|
|
font-size: 0.8rem !important;
|
|
}
|
|
|
|
.link-pointer {
|
|
cursor: pointer;
|
|
}
|