source code for html website at https://zachdecook.com
Diffstat (limited to 'posts/common.css')
| -rw-r--r-- | posts/common.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/posts/common.css b/posts/common.css index 9fedeb4..e76738a 100644 --- a/posts/common.css +++ b/posts/common.css @@ -25,4 +25,19 @@ img { width: 100%; max-width: 500px; -}
\ No newline at end of file +} + +/* From mvp.css */ +a b, +a em, +a i, +a strong, +button { + display: inline-block; + font-size: medium; + font-weight: bold; + margin: 1.5rem 0 0.5rem 0; + padding: 1rem 2rem; + /* added */ + background-color: #2ddda0; +} |