diff --git a/css/custom.css b/css/custom.css index f589dd4..be6f815 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,19 +1,31 @@ /* Figures */ -.figure p{ +.figure p { text-align: center; } -.figure img{ +.figure img { max-width:100%; display: block; margin: auto; } +.figure .figure-number { + font-weight: bold; + color: #343131; +} + +/* Tables */ + table { margin-left: auto; margin-right: auto; } +table .table-number { + font-weight: bold; + color: #343131; +} + /* Source Blocks */ .org-src-container > pre.src:before { diff --git a/css/style.css b/css/style.css index f8eedc6..31aaa0e 100644 --- a/css/style.css +++ b/css/style.css @@ -1251,21 +1251,33 @@ h2.footnotes{ .org-widget-inactive { /* widget-inactive */ color: #7f7f7f; } .org-widget-single-line-field { /* widget-single-line-field */ background-color: #d9d9d9; } /* Figures */ -.figure p{ +.figure p { text-align: center; } -.figure img{ +.figure img { max-width:100%; display: block; margin: auto; } +.figure .figure-number { + font-weight: bold; + color: #343131; +} + +/* Tables */ + table { margin-left: auto; margin-right: auto; } +table .table-number { + font-weight: bold; + color: #343131; +} + /* Source Blocks */ .org-src-container > pre.src:before {