themes
This commit is contained in:
parent
27b778896d
commit
24d6d2a757
5 changed files with 69 additions and 77 deletions
|
|
@ -29,18 +29,22 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$";
|
|||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
@media (max-width: 768px) {
|
||||
@media (max-width: 640px) {
|
||||
header {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
}
|
||||
.terminal-container {
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
}
|
||||
.terminal-prompt {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#theme-toggle {
|
||||
flex: 0 0 auto;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue