Tweak text constrast, blinking cursor (#338)

This commit is contained in:
Frank Noirot
2023-08-31 08:17:26 -04:00
committed by GitHub
parent 56cfb6d1f0
commit 3507da7b39
3 changed files with 32 additions and 12 deletions

View File

@ -1,10 +1,10 @@
.panel {
@apply relative overflow-auto z-0;
@apply bg-chalkboard-20/40;
@apply bg-chalkboard-10/70 backdrop-blur-sm;
}
:global(.dark) .panel {
@apply bg-chalkboard-110/50;
@apply bg-chalkboard-110/50 backdrop-blur-0;
}
.header {