summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-03-12 08:56:12 +0300
committersyn <isaqtm@gmail.com>2020-03-12 08:56:12 +0300
commit2b39d61bdf1629fade01b19fe9cde54b3e19be43 (patch)
treec54bc6dac0c43b0a40cf9b37709e3d566b6e65e9
parent31676a1d6cbfbc33704f0997e4bead8cd60f8dc9 (diff)
downloadiro-2b39d61bdf1629fade01b19fe9cde54b3e19be43.tar.gz
Style ip
-rw-r--r--index.html2
-rw-r--r--style.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index 1a6fca5..d3eddba 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
<link href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap" rel="stylesheet">
</head>
<body>
- <p>Hello, ngx_sub_filter_get_ip</p>
+ <p class="ip-addr">Hello, ngx_sub_filter_get_ip</p>
<h1>色</h1>
<div>
diff --git a/style.css b/style.css
index 3530292..91ca31c 100644
--- a/style.css
+++ b/style.css
@@ -59,6 +59,10 @@ h1 {
color: #6EE2FF;
}
+.ip-addr {
+ color: #5EC2A3;
+}
+
/* Categories */