Migrate to mithril.js

This commit is contained in:
2023-02-18 09:22:43 +03:00
parent 024d7fb10d
commit bdc8f8496f
79 changed files with 1697 additions and 149 deletions

View File

@@ -0,0 +1,19 @@
body, td, p {
color:#000;
font-family: 'Liberation Sans', Arial, Helvetica, sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
color:#000;
font-family: 'Liberation Sans', Arial, Helvetica, sans-serif;
}
code, pre {
color:#000;
font-family: 'Liberation Mono';
font-size: 1rem;
background-color: #c5c5c5;
border-radius: 3px;
padding: 5px;
line-height: 1.5;
}