Includes note in the UI better highlighting that web-based config is only applied locally

This commit is contained in:
Alicia Sykes
2021-06-03 19:25:42 +01:00
parent 7484564992
commit 9ae8fe921e
5 changed files with 26 additions and 2 deletions

View File

@@ -86,6 +86,9 @@ html[data-theme='matrix'] {
--curve-factor: 0px;
--font-body: 'Cutive Mono', monospace;
--font-headings: 'VT323', monospace;
.prism-editor-wrapper.my-editor {
border: 1px solid var(--primary);
}
}
html[data-theme='hacker-girl'] {