dark theme
This commit is contained in:
parent
1f607e4a6c
commit
c6979f03fc
|
|
@ -20,7 +20,6 @@
|
||||||
#blob-view {
|
#blob-view {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #eee;
|
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
|
||||||
|
|
@ -30,7 +29,7 @@
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 10pt;
|
font-size: 75%;
|
||||||
|
|
||||||
& .primitive {
|
& .primitive {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
:root {
|
||||||
|
background: #101020;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
/* :root {
|
/* :root {
|
||||||
--text: #6b6375;
|
--text: #6b6375;
|
||||||
--text-h: #08060d;
|
--text-h: #08060d;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue