chore(sql_console): set gutter color

This commit is contained in:
Elian Doran 2026-01-18 11:48:34 +02:00
parent 748b87da9a
commit 69e88c1d9f
No known key found for this signature in database

View File

@ -7,6 +7,10 @@
overflow: auto;
}
.gutter {
background-color: var(--accented-background-color) !important;
}
.sql-result-widget {
height: 100%;