diff --git a/index.html b/index.html index 0f6659f..161c6f8 100644 --- a/index.html +++ b/index.html @@ -117,7 +117,7 @@ flex-wrap: wrap; } - .thumbnail-image-button{ + .thumbnail-image-button { display: none; /* background-color: #495b79; */ color: white; @@ -134,24 +134,24 @@ } .thumbnail-image-button:nth-child(2) { - border-color:green; - bottom:0; - left:0; + border-color: green; + bottom: 0; + left: 0; } .thumbnail-image-button:nth-child(3) { - border-color:pink; - bottom:0; - right:0; + border-color: pink; + bottom: 0; + right: 0; } .thumbnail-image-button:nth-child(4) { - border-color:yellow; - top:0; - left:0; + border-color: yellow; + top: 0; + left: 0; } .thumbnail-image-button:nth-child(5) { - border-color:red; - top:0; - right:0; + border-color: red; + top: 0; + right: 0; } .column-item { @@ -568,6 +568,12 @@ .line-divider { background-color: #3e3e3e; } + .res-increase { + color: #6db579; + } + .res-decrease { + color: #ff595e; + }
@@ -582,9 +588,17 @@