Skip to content

Commit b40d7e1

Browse files
author
yolo h8cker 93
committed
Enh(viewer): static readme box dark mode
1 parent 443a6dc commit b40d7e1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

codeclash/viewer/static/css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,6 +1239,13 @@ summary:focus {
12391239
color: var(--text-muted);
12401240
}
12411241

1242+
.readme-textarea:disabled {
1243+
background-color: var(--bg-primary) !important;
1244+
color: var(--text-primary) !important;
1245+
border-color: var(--border-color) !important;
1246+
opacity: 1 !important;
1247+
}
1248+
12421249
.readme-status {
12431250
margin-top: 0.5rem;
12441251
font-size: 0.8rem;

0 commit comments

Comments
 (0)