Improved whois/rdap client contrast

This commit is contained in:
Pinga 2024-08-26 12:00:12 +03:00
parent 70e387ac5f
commit 4ed73ab23f

View file

@ -23,7 +23,7 @@ $c['branding'] = isset($c['branding']) ? $c['branding'] : false;
/* Improved font settings using system fonts */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
background-color: #f4f4f4;
background-color: #fff;
color: #333;
line-height: 1.6;
padding: 20px;