Mercurial Hosting > dad
diff src/site.css @ 0:e863dbc62217
start
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 18 Apr 2023 21:52:25 -0600 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/site.css Tue Apr 18 21:52:25 2023 -0600 @@ -0,0 +1,16 @@ +* { + box-sizing: border-box; +} + +body { + font-family: Sans-Serif; + margin-left: 3%; + margin-right: 3%; +} + +a { + text-decoration: none; +} +a:hover { + text-decoration: underline; +}