mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
20 lines
248 B
CSS
20 lines
248 B
CSS
hr {
|
|
border-top: 1px solid #282828;
|
|
}
|
|
|
|
.console-prompt {
|
|
color: royalblue;
|
|
}
|
|
|
|
.console-output {
|
|
color: limegreen;
|
|
}
|
|
|
|
.navbar-brand {
|
|
font-size: 1.5rem !important;
|
|
}
|
|
|
|
.logo-subtitle {
|
|
font-size: .5em;
|
|
color: deepskyblue;
|
|
} |