vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-10-20 19:00:46 +02:00
parent 01fe3a3169
commit 220ac00a41

View file

@ -655,9 +655,15 @@
} }
} }
} }
.segment { .attached.segment {
background: rgb(50, 50, 75); background: rgb(50, 50, 75);
border: 0; border: 0;
.render-content {
pre {
background: $bg30;
border-radius: $border-radius;
}
}
} }
} }
&.event { &.event {