mirror of
https://github.com/osmarks/website
synced 2025-08-31 01:37:57 +00:00
updated things???
This commit is contained in:
33
experiments/site-themes/index.html
Normal file
33
experiments/site-themes/index.html
Normal 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>
|
Reference in New Issue
Block a user