diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -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> @@ -59,6 +59,10 @@ h1 { color: #6EE2FF; } +.ip-addr { + color: #5EC2A3; +} + /* Categories */ |