brakeconf/gui/styles.css

18 lines
223 B
CSS
Raw Normal View History

2023-08-29 22:33:32 +03:00
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;
}