diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-12-11 13:06:32 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-12-11 13:06:32 -0500 |
commit | f70521f4fc004b7ec09cba33132428ec461c4b92 (patch) | |
tree | 75a751daf1d37f3c8e121e98a8af1ce7ab35be89 /local.css | |
parent | 047a83b6814f3b121645547e2e6621b7c70a70c8 (diff) | |
download | emacsconf-wiki-f70521f4fc004b7ec09cba33132428ec461c4b92.tar.xz emacsconf-wiki-f70521f4fc004b7ec09cba33132428ec461c4b92.zip |
use bold for transcript headings
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -130,3 +130,5 @@ video { border: 1px solid gray; } .draft { border: 1px solid red; padding: 10px; background-color: LightPink } svg a.highlight rect { stroke-width: 3px } a.highlight { background-color: yellow } + +.transcript-heading { font-weight: bold } |