diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-06-30 17:34:27 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-06-30 17:34:27 -0400 |
| commit | f22f0fdc29a55bde2cabe3db26a4388b5c96ba5f (patch) | |
| tree | e2909af9f98e168abf008a17b20a92131e642f3b /style.css | |
| parent | 8bcb989388cdda2a37c302cd744b22dc82de95fc (diff) | |
random tweaks
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -69,6 +69,7 @@ pre { p img, li img, h1 img, h2 img, h3 img, h4 img { vertical-align: middle ; max-width: 1em; + max-height: 1em; border: none ; display: inline ; } @@ -79,6 +80,10 @@ img { display: block ; border: solid 5px beige ; } +.titleimg { + border: none ; + height: 150px ; +} strong { color: orange ; } |
