diff options
author | FreeArtMan <dos21h@gmail.com> | 2016-05-22 16:37:25 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2016-05-22 16:37:25 +0100 |
commit | 4bd7ab3e3692d28a2a2549c2b913830188c8d671 (patch) | |
tree | 47bcfb801c3641f3260bc63c11df9486222c2000 /md/styles/main.css | |
parent | d9499828fce53ea2ae5927246b394886775064bc (diff) | |
download | md-content-4bd7ab3e3692d28a2a2549c2b913830188c8d671.tar.gz md-content-4bd7ab3e3692d28a2a2549c2b913830188c8d671.zip |
Updeited to use TOC
Diffstat (limited to 'md/styles/main.css')
-rw-r--r-- | md/styles/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/md/styles/main.css b/md/styles/main.css index db67eb6..4baa203 100644 --- a/md/styles/main.css +++ b/md/styles/main.css @@ -43,4 +43,9 @@ table tr:nth-child(odd) table tr:nth-child(even) { +} + +strong +{ + font-size: 200%; }
\ No newline at end of file |