Spaces:
Running
Running
neetnestor
commited on
Commit
•
9c1b0f7
1
Parent(s):
8d7626e
style: code block style update
Browse files- styles/style.css +4 -0
styles/style.css
CHANGED
@@ -172,6 +172,10 @@ button:hover:not(:disabled) {
|
|
172 |
color: rgb(0, 0, 0);
|
173 |
}
|
174 |
|
|
|
|
|
|
|
|
|
175 |
|
176 |
@media only screen and (max-width: 600px) {
|
177 |
.card {
|
|
|
172 |
color: rgb(0, 0, 0);
|
173 |
}
|
174 |
|
175 |
+
.message pre code.hljs {
|
176 |
+
background: #ffffff;
|
177 |
+
border-radius: 10px;
|
178 |
+
}
|
179 |
|
180 |
@media only screen and (max-width: 600px) {
|
181 |
.card {
|