Update index.html

This commit is contained in:
Voxel 2025-04-10 16:02:11 -04:00 committed by GitHub
parent cc6675dee6
commit 4c327ac2f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,7 @@
padding: 20px; padding: 20px;
overflow-y: auto; overflow-y: auto;
background-color: #000; background-color: #000;
border-left: 2px solid #333; border-left: 6px solid #333;
} }
.text-display h1, .text-display h2, .text-display h3 { .text-display h1, .text-display h2, .text-display h3 {
@ -139,7 +139,7 @@
.divider { .divider {
background-color: #333; background-color: #333;
cursor: ew-resize; cursor: ew-resize;
width: 2px; width: 6px;
height: 100%; height: 100%;
} }
</style> </style>