summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */