Initial commit

This commit is contained in:
Mathis Gauthey
2023-08-05 19:14:53 +01:00
parent 13a70a46bf
commit f366d5b7b6
7803 changed files with 186098 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
.symbols-prettifier-important {
background-color: var(--interactive-accent);
color: var(--text-on-accent);
padding: 3px 5px 3px 5px;
border-radius: 4px;
}
.symbols-prettifier-unclear {
background-color: var(--background-modifier-error);
color: var(--text-on-accent);
padding: 3px 5px 3px 5px;
border-radius: 4px;
}