Anki/ts/routes/graphs/_true-retention-base.scss
Ross Brown 5637390b50
Make the "True Retention" table pretty (#3640)
* Make the True Retention table pretty

* Hide absolute pass/fail table for 'all'

* Run './ninja format'

* Manually run prettier on Svelte 5 components

* Refactor to not use {#snippet}

* Fix lint to pass check:eslint

* Fix lint to pass check:svelte

* Rename t9n -> tr to follow code style

* Replace hard-coded string with a translation string

* Use assertUnreachable(...) for exhaustively matching enum
2024-12-19 00:41:57 +11:00

18 lines
236 B
SCSS

table {
border-collapse: collapse;
}
tr {
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
}
td,
th {
padding-left: 0.5em;
padding-right: 0.5em;
}
.row-header {
color: var(--fg);
}