Started work on PM Panel layout

This commit is contained in:
rainbow napkin 2025-09-25 23:32:04 -04:00
parent 67edef9035
commit e19ae74412
11 changed files with 198 additions and 0 deletions

View file

@ -103,6 +103,14 @@ a:active, i:active:not(button i), .interactive:active{
text-shadow: var(--focus-glow0-alt0);
}
div.interactive:hover{
background-color: var(--bg2);
}
div.interactive:active{
background-color: var(--bg1);
}
button i{
margin: 0.05em;
text-wrap: nowrap;
@ -610,6 +618,15 @@ div.archived p{
border-left: var(--accent1-alt0) solid 1px;
}
/* PM Panel */
#pm-panel-sesh-container{
border-left: 1px solid var(--accent0);
}
#pm-panel-start-sesh{
border-bottom: 1px solid var(--accent0);
}
/* altcha theming*/
div.altcha{
box-shadow: 4px 4px 1px var(--bg1-alt0) inset;