From 3698657bae6d2cf0284a7838f4de54f20bc63a59 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 23 May 2023 18:57:32 -0500 Subject: fix tab and space mix error & css naming error --- ifconfig.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ifconfig.php') diff --git a/ifconfig.php b/ifconfig.php index 065d4db..8f836d5 100644 --- a/ifconfig.php +++ b/ifconfig.php @@ -70,14 +70,14 @@ elseif (isset($query) && (($query=="text") || ($query=="all"))) { font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace; line-height: 1em; } - .small, .small > a { + small, small > a { font-size: 9pt; text-align: center; text-decoration: none; } @media (prefers-color-scheme: dark) { - body { background-color: #000; color: #ccc; } - a, a:visited { color: #0f0; } + body { background-color: #000; color: #ccc; } + a, a:visited { color: #0f0; } } -- cgit v1.2.3-70-g09d2