diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-23 16:03:49 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-23 16:03:49 +0200 |
commit | 7f8afb99e24d546973662ef2d59cf85db9d019dd (patch) | |
tree | 115620ac372a2ca2eeae8c24bcdf4c6207699075 /out/_next/static/css | |
parent | 10cda32757e4940845c5c1479af09fe0b323222c (diff) | |
parent | 57b2ae80a4e6e496526f815f1e3fd1af56e0aa8c (diff) |
made links a little brighter
Diffstat (limited to 'out/_next/static/css')
-rw-r--r-- | out/_next/static/css/120f2e2270820d49a21f.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/out/_next/static/css/120f2e2270820d49a21f.css b/out/_next/static/css/120f2e2270820d49a21f.css new file mode 100644 index 0000000..82e1e50 --- /dev/null +++ b/out/_next/static/css/120f2e2270820d49a21f.css @@ -0,0 +1,16 @@ +body, +html { + padding: 0; + margin: 0; + 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; +} +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} |