about summary refs log tree commit diff stats
path: root/public/index.css
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-08-09 15:24:32 +0200
committerana <ana@ana.st>2021-08-09 15:24:32 +0200
commit231f854a1a7fe3ac99aecb97121727997cf8f23f (patch)
treea1fd219f02dc4b87279f8667b80b95776fb01d46 /public/index.css
parent0bc1d415c477e0f73f22de4245ac29b9fb5500ce (diff)
downloadeureka-marks-231f854a1a7fe3ac99aecb97121727997cf8f23f.tar.gz
feat: display sprite spawn times
Diffstat (limited to 'public/index.css')
-rw-r--r--public/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/index.css b/public/index.css
index 63bffff..b884f1e 100644
--- a/public/index.css
+++ b/public/index.css
@@ -33,3 +33,8 @@ header ul li {
   font-weight: bold;
   color: tomato;
 }
+
+.strikethrough {
+  text-decoration: line-through;
+  color: gray;
+}