mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
style: lighten footer separator color from 40% to 55% lightness
Increases contrast and visibility of the footer separator on light backgrounds. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -884,7 +884,7 @@ th[data-sort].sort-asc::after {
|
||||
}
|
||||
|
||||
.footer-sep {
|
||||
color: oklch(40% 0.02 55);
|
||||
color: oklch(55% 0.02 55);
|
||||
}
|
||||
|
||||
.noscript-msg {
|
||||
|
||||
Reference in New Issue
Block a user