Mise à jour de la couleurs des liens

This commit is contained in:
2026-08-26 23:45:27 +02:00
parent 9f282d647d
commit 7d59079d1e
2 changed files with 12 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ line-height: 3.1em;
}
/*
* Dark theme
* Dark theme
*/
@media (prefers-color-scheme: dark) {
@@ -26,8 +26,12 @@ line-height: 3.1em;
background: #121212;
}
body a {
color: #809fff;
a {
color: #eee;
}
article a {
color: #5d85ff;
}
.content {

View File

@@ -429,6 +429,11 @@ hr {
a {
color: #454545;
}
article a {
color: #0b36b8;
}
table {
color: #141823;
border-collapse: collapse;