krz/ifconfig.php

A private ifconfig service.

clone: git clone https://gitbay.org/krz/ifconfig.php.git

3698657bae6d2cf0284a7838f4de54f20bc63a59

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2023-05-23T23:57:32Z

fix tab and space mix error & css naming error
 ifconfig.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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; }
 			}
 		</style>
 	</head>