Update README.md and style.css

This commit is contained in:
2023-11-01 11:40:28 +00:00
parent fc174e9860
commit c1343e6435
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
/* Light */
/* Theme: #ddd */
/* text: #222 */
/* UI item bgs: #aaa */
/* for contrast: #aaa */
/* transparency: rgba(255, 255, 255, 0.25) */
/* box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25); */
@@ -12,6 +13,7 @@
/* Dark */
/* Theme: #222 */
/* text: #ddd */
/* UI item bgs: #555 */
/* for contrast: #555 */
/* transparency: rgba(0, 0, 0, 0.25) */
/* box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); */