mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-27 22:01:48 +03:00
71 lines
939 B
CSS
71 lines
939 B
CSS
pre.elmsh {
|
|
padding: 10px;
|
|
margin: 0;
|
|
text-align: left;
|
|
overflow: auto;
|
|
height: 100%;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
font-family: Menlo, Monaco, "Courier New", monospace;
|
|
}
|
|
code.elmsh {
|
|
padding: 0;
|
|
}
|
|
.elmsh-line:before {
|
|
content: attr(data-elmsh-lc);
|
|
display: inline-block;
|
|
text-align: right;
|
|
width: 40px;
|
|
padding: 0 20px 0 0;
|
|
opacity: 0.3;
|
|
}
|
|
.elmsh {
|
|
color: #f8f8f2;
|
|
background: #1e1e1e;
|
|
}
|
|
.elmsh-hl {
|
|
background: #4864aa;
|
|
}
|
|
.elmsh-add {
|
|
background: #003800;
|
|
}
|
|
.elmsh-del {
|
|
background: #380000;
|
|
}
|
|
.elmsh-comm {
|
|
color: #d4d4d4;
|
|
}
|
|
.elmsh1 {
|
|
color: #74b0df;
|
|
}
|
|
.elmsh2 {
|
|
color: #ce9178;
|
|
}
|
|
.elmsh3 {
|
|
color: #ff00ff;
|
|
}
|
|
.elmsh4 {
|
|
color: #4f76ac;
|
|
}
|
|
.elmsh5 {
|
|
color: #3dc9b0;
|
|
}
|
|
.elmsh6 {
|
|
color: #74b0df;
|
|
}
|
|
.elmsh7 {
|
|
color: #ce9178;
|
|
}
|
|
.elmsh-elm-ts,
|
|
.elmsh-js-dk,
|
|
.elmsh-css-p {
|
|
color: #4f76ac;
|
|
}
|
|
.elmsh-js-ce {
|
|
color: #5bb498;
|
|
}
|
|
.elmsh-css-ar-i {
|
|
font-weight: bold;
|
|
color: #ff0000;
|
|
}
|