diff --git a/assets/image/birthday-compressed.png b/assets/image/birthday-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..dcb9085f31c4c6c513ff825de43b3b3cb3b3e903 Binary files /dev/null and b/assets/image/birthday-compressed.png differ diff --git a/assets/image/birthday.png b/assets/image/birthday.png new file mode 100644 index 0000000000000000000000000000000000000000..db581f5b7e1b262546d3738482e701d783f7a529 Binary files /dev/null and b/assets/image/birthday.png differ diff --git a/assets/image/no-compressed.png b/assets/image/no-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..6f3997dc3f4297c44f2bd1ebf46bebb4c64c4660 Binary files /dev/null and b/assets/image/no-compressed.png differ diff --git a/assets/image/no.png b/assets/image/no.png new file mode 100644 index 0000000000000000000000000000000000000000..7e159fc6257b97a2a8f7ee39db76f1bf8b40cdc7 Binary files /dev/null and b/assets/image/no.png differ diff --git a/assets/image/red-compressed.png b/assets/image/red-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..713014928b9b1e4ea1f969564ebed92f59ebddad Binary files /dev/null and b/assets/image/red-compressed.png differ diff --git a/assets/image/red.png b/assets/image/red.png new file mode 100644 index 0000000000000000000000000000000000000000..18686a4019fd2a199d4459b0aa8e8d183d2a0f3d Binary files /dev/null and b/assets/image/red.png differ diff --git a/assets/image/yellow-compressed.png b/assets/image/yellow-compressed.png new file mode 100644 index 0000000000000000000000000000000000000000..933df8d75b5e55abaa68205fc1b4b6da0cb94ba3 Binary files /dev/null and b/assets/image/yellow-compressed.png differ diff --git a/assets/image/yellow.png b/assets/image/yellow.png new file mode 100644 index 0000000000000000000000000000000000000000..aaba3eae99a03e0f84abae1dc52295edc3f2e7a1 Binary files /dev/null and b/assets/image/yellow.png differ diff --git a/index.html b/index.html index 49760004bc16dd93591a45b28ebe5c930a0dc3b5..95adf305f40a8215d065bba3ff44738c35ac246c 100644 --- a/index.html +++ b/index.html @@ -164,6 +164,27 @@ .setting-input input { width: 100%; } + + .yellow { + background-color: #f7ba00; + } + + .red, + .no { + background-color: #e43b00; + } + .text-green{ + color: #00A766; + background-color: #CFEEDF; + } + .text-red{ + color: #e43b00; + background-color: #ffe6dc; + } + .text-yellow{ + color: #f7ba00; + background-color: #fff4d3; + } @@ -171,7 +192,7 @@