1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Improved: Note for Non-Firefox users (Help and Options page)

This commit is contained in:
nobody
2021-03-30 06:34:41 +02:00
parent acd4881dc1
commit ca7e18f3e1
7 changed files with 167 additions and 120 deletions

View File

@@ -2,3 +2,17 @@ table {
border-collapse: separate;
border-spacing: 3em 1em;
}
.code-red {
color: red;
}
.code-blue {
color: blue;
}
@media (prefers-color-scheme: dark) {
.code-blue {
color: #8484ff;
}
}