css style update

This commit is contained in:
arabcoders
2025-04-07 21:51:45 +03:00
parent 42c3c81fd8
commit 0c58c2831c

View File

@@ -239,3 +239,18 @@ html {
.is-terminal > span:nth-child(odd), .is-terminal > code > span:nth-child(odd) {
color: #e3c981;
}
.is-terminal {
background-color: #1f2229 !important;
color: #e3c981;
padding: 0.50rem;
line-height: 1.7;
}
.is-terminal > span:nth-child(even), .is-terminal > code > span:nth-child(even) {
color: #ffc9d4;
}
.is-terminal > span:nth-child(odd), .is-terminal > code > span:nth-child(odd) {
color: #e3c981;
}