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

@ -19,10 +19,14 @@ html {
}
#tree {
grid-area: tree;
padding: 16px;
padding: 16px 32px;
background-color: #333;
color: #ddd;
z-index: 100;
border-left: 2px solid #333;
}
#tree:focus {
border-left: 2px solid #FE5F55;
}
#tree #logo {
display: grid;
@ -188,7 +192,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;
/* Hidden from view, clicks, and screen readers */