Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | aux/workflow/style.css: Customize <pre> and <code> tag colors for dark mode | EuAndreh | 2022-02-19 | 1 | -23/+23 |
| | | | | | | | I had to change the "@media(prefers-color-scheme: black)" block to the end of the file, because otherwise the "pre { background-color: #222; }" inside the block would get overriden by the "pre { background-color: #ddd; }" below. | ||||
* | aux/workflow/style.css: Add background color for <pre> tags | EuAndreh | 2022-01-22 | 1 | -3/+10 |
| | |||||
* | aux/workflow/style.css: Add clearer marking of code blocks | EuAndreh | 2022-01-22 | 1 | -0/+9 |
| | |||||
* | aux/workflow/style.css: Spaces over tabs | EuAndreh | 2021-09-13 | 1 | -60/+60 |
| | |||||
* | aux/workflow/style.css: Add dark mode | EuAndreh | 2021-09-13 | 1 | -0/+16 |
| | |||||
* | aux/workflow/style.css: Center the body and add a max-width | EuAndreh | 2021-09-13 | 1 | -0/+5 |
| | |||||
* | aux/workflow/: Add WONTFIX issue classification | EuAndreh | 2021-07-16 | 1 | -1/+1 |
| | |||||
* | aux/workflow/styles.css, aux/ci/ci-build.sh: spaces -> tabs | EuAndreh | 2021-07-16 | 1 | -39/+39 |
| | |||||
* | aux/workflow/style.css: Be less specific on selectors, remove reference to ↵ | EuAndreh | 2021-07-15 | 1 | -7/+2 |
| | | | | previous colour pallete | ||||
* | aux/workflow/style.css: Switch colors of INACTIVE and WAITING | EuAndreh | 2021-07-15 | 1 | -2/+2 |
| | |||||
* | Add base skeleton project files | EuAndreh | 2021-03-21 | 1 | -0/+46 |