Removed white background and border in code editor in dark mode

This commit is contained in:
Sanne de Vries 2020-09-04 22:17:43 +02:00
parent 5cbd9f0f78
commit 7898e22e82

View File

@ -686,6 +686,8 @@
.kg-card-selected,
.kg-card-selected:hover
{
background-color: transparent !important;
border: none;
box-shadow: 0 0 0 2px var(--blue);
}