mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
26 lines
316 B
CSS
26 lines
316 B
CSS
hr {
|
|
border-top: 1px solid #282828;
|
|
}
|
|
|
|
.console-prompt {
|
|
color: slategray;
|
|
}
|
|
|
|
.console-output {
|
|
color: darkgreen;
|
|
}
|
|
|
|
.logo-title {
|
|
font-size: 1.25rem !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.logo-subtitle {
|
|
font-size: .75em;
|
|
color: lightgray;
|
|
}
|
|
|
|
.jumbotron {
|
|
padding: 4rem !important;
|
|
}
|