diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-09 12:41:26 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-09 12:41:26 +0000 |
| commit | e69acb97c24f6f2659633596f33edcaa8c08d2bd (patch) | |
| tree | 1925b60648848393a46a31a945a3580a953e11d9 /scss | |
| parent | make live server load subtree just-in-time (for live refreshing) (diff) | |
| download | mmm-e69acb97c24f6f2659633596f33edcaa8c08d2bd.tar.gz mmm-e69acb97c24f6f2659633596f33edcaa8c08d2bd.zip | |
add ba_log entry 2019-10-09
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_reset.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reset.scss b/scss/_reset.scss index 99f1cae..0f4fa6e 100644 --- a/scss/_reset.scss +++ b/scss/_reset.scss @@ -16,7 +16,7 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; } input, select, button { color: initial; } tt, code, kbd, samp { font-family: monospace; } code { font-size: 0.8em; } -b { font-weight: bold; } +b, strong { font-weight: bold; } em, i { font-style: italic; } a { font-size: 1em; cursor: pointer; } hr { clear: both; } |
