dark theme

This commit is contained in:
azykov@mail.ru 2026-05-24 11:49:22 +03:00
parent 1f607e4a6c
commit c6979f03fc
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View File

@ -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 {

View File

@ -1,3 +1,8 @@
:root {
background: #101020;
color: white;
}
/* :root {
--text: #6b6375;
--text-h: #08060d;