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