diff options
author | ana <ana@ana.st> | 2021-08-09 15:48:38 +0200 |
---|---|---|
committer | ana <ana@ana.st> | 2021-08-09 15:48:38 +0200 |
commit | 911f229c23ec6aadb7ba9a36721d016547f061e1 (patch) | |
tree | 9025c1bd3e41a15a1c65fcc161a40de3556f2fd2 /public | |
parent | 231f854a1a7fe3ac99aecb97121727997cf8f23f (diff) | |
download | eureka-marks-911f229c23ec6aadb7ba9a36721d016547f061e1.tar.gz |
feat: add logogram drop information
Diffstat (limited to 'public')
-rw-r--r-- | public/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/index.css b/public/index.css index b884f1e..c47a532 100644 --- a/public/index.css +++ b/public/index.css @@ -38,3 +38,7 @@ header ul li { text-decoration: line-through; color: gray; } + +.highlight { + color: green; +} |