diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/infrastructure/scripts/report.sh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/infrastructure/scripts/report.sh b/src/infrastructure/scripts/report.sh index acb6b7f..c766d41 100755 --- a/src/infrastructure/scripts/report.sh +++ b/src/infrastructure/scripts/report.sh @@ -178,6 +178,29 @@ done ol { list-style-type: disc; } + + pre, code { + background-color: #ddd; + } + + @media(prefers-color-scheme: dark) { + :root { + color: white; + background-color: black; + } + + a { + color: hsl(211, 100%, 60%); + } + + a:visited { + color: hsl(242, 100%, 80%); + } + + pre, code { + background-color: #222; + } + } </style> </head> <body> |