update readmes, documenation, and expose more colors in colors

This commit is contained in:
2022-04-13 17:55:16 +01:00
parent 6143411d69
commit c7465706c4
8 changed files with 65 additions and 44 deletions

View File

@@ -1,10 +1,9 @@
:root {
--light: #fefefe;
--dark: var(--colorscheme-dark);
--fg: var(--dark);
--bg: var(--light);
--a: var(--blue);
--a-visited: var(--purple);
}
body {
@@ -19,8 +18,8 @@ body {
background-color: var(--bg);
}
a { color: var(--a); }
a:visited { color: var(--a-visited); }
a { color: var(--blue); }
a:visited { color: var(--purple); }
.tableWrapper {
max-width: 100%;