🚧 Start on results components

This commit is contained in:
Alicia Sykes
2022-07-03 23:16:02 +01:00
parent 24ee4bde17
commit c461e10428
3 changed files with 10 additions and 1 deletions

View File

@@ -18,3 +18,10 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
#fancy-background { color: var(--background, #141d2b); }
::selection {
background: var(--primary, #9fef00);
color: var(--background, #141d2b);
}