1
0
mirror of https://github.com/osmarks/website synced 2025-08-31 01:37:57 +00:00

updated things???

This commit is contained in:
2020-07-01 20:29:42 +01:00
parent 958facc2cf
commit dee9035ffe
14 changed files with 254 additions and 12 deletions

View File

@@ -0,0 +1,33 @@
---
title: Site Theming
description: Apply custom CSS to most pages on here.
slug: themes
---
<div id="app">
<noscript>You need JS on for this to work.</noscript>
<div>Loading... (or your browser is bad)</div>
</div>
<script src="/assets/js/mithril.js"></script>
<script defer src="./index.js">
</script>
<style>
button {
border: 1px solid black;
background: lightgray;
border-radius: 0;
padding: 0.5em;
margin-right: -1px;
}
.toolbar {
margin-bottom: 1em;
margin-top: 1em;
}
.style-input {
width: 100%;
min-height: 50vh;
}
</style>