diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.css | 5 |
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; +} |