diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-30 09:38:48 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-30 09:38:48 -0700 |
| commit | bd9fcb53a59b6ad4de0ebb83c0329f312d647b11 (patch) | |
| tree | f814cb867f0ccb6cb7cc6b0a9ff8882840728bb3 /src/app.css | |
| parent | 115ca3bbf2b3e1ee6f46956ef111981bb04c3bf0 (diff) | |
| download | mistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.tar.gz mistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.zip | |
run prettier and fix bug on safari
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app.css b/src/app.css index f7872d5..cd98343 100644 --- a/src/app.css +++ b/src/app.css @@ -1,7 +1,7 @@ a { - text-decoration: none; + text-decoration: none; } .border-darkish { - border-bottom: 1px dashed #666666; + border-bottom: 1px dashed #666666; } |
