Toggle focus between tree and text.

This commit is contained in:
Magnus Åhall 2025-02-09 20:22:26 +01:00
parent 8f15664b88
commit 4ce8ed9a08
3 changed files with 13 additions and 8 deletions

View file

@ -48,13 +48,14 @@ html {
#tree {
grid-area: tree;
padding: 16px;
padding: 16px 32px;
background-color: #333;
color: #ddd;
z-index: 100; // Over crumbs shadow
border-left: 2px solid #333;
&:focus {
//background-color: #f0f;
border-left: 2px solid #FE5F55;
}
#logo {
@ -256,7 +257,6 @@ html {
max-width: 900px;
white-space: pre-wrap;
word-wrap: break-word;
color: #f0f;
background: rgba(0, 255, 255, 0.5);
justify-self: center;