diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-26 01:42:10 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-26 01:42:10 +0200 |
commit | eef204000abc79c9a83f3ce268f051dcfff6bf7d (patch) | |
tree | 73afdd163efbfb4af8cd2ce48eea00eb70a2e0c6 /styles/globals.css | |
parent | 9b9d28e267f88d1fe491fb781fa6893d21cde540 (diff) |
file viewer, prettier things
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/styles/globals.css b/styles/globals.css index 713c742..6e5a179 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -5,10 +5,8 @@ body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; } - -a { - color: inherit; - text-decoration: none; +h1 { + font-weight: bold; } * { |