diff --git a/assets/css/devportal.css b/assets/css/devportal.css index 86057312fb..11217833cf 100644 --- a/assets/css/devportal.css +++ b/assets/css/devportal.css @@ -156,10 +156,14 @@ body { -webkit-font-smoothing: antialiased; font-size: 0.9375rem; } +.row { + margin: 0 -1px; +} /* Push content below fixed header ------------------------------------------ */ #main_content_wrapper { margin-top: 68px; + padding: 0 48px; } /* Fix so anchors don't jump under the fixed header ------------------------- */ @@ -292,7 +296,7 @@ body { } .landing { - padding: 0 48px; + padding: 0 2px; } .card-grid .section-hero.card { @@ -357,7 +361,10 @@ body { .absolute_bottom_footer span { margin-right: 25px; - font-size: 0.85rem; + font-size: 0.75rem; +} +.xrpl-footer .card-header h5 i { + margin-left: 0.2em; } .xrpl-footer .card-grid .card { @@ -654,7 +661,7 @@ a.current { .tree_nav { top: 48px; - padding: 44px 24px 48px 48px; + padding: 44px 24px 48px 0; background-color: white; } @@ -773,7 +780,7 @@ a.current { max-height: 85vh; top: 48px; overflow: auto; - padding: 44px 48px 48px 24px; + padding: 44px 0 48px 24px; border: none; } @@ -1002,6 +1009,7 @@ a.current { .image-icon { width: 60px; height: 60px; + margin-bottom: 16px; } /* Full-link cards */ diff --git a/assets/vendor/bootstrap.css b/assets/vendor/bootstrap.css index 12bc7e9e2a..5695df74ac 100644 --- a/assets/vendor/bootstrap.css +++ b/assets/vendor/bootstrap.css @@ -7137,21 +7137,26 @@ h1, h2, h3, h4, h5 { /* Some styles that use the colors defined above ---------------------------- */ h1 a, h2 a, -h3 a { +h3 a, +.xrpl-footer h5 a { color: #1B1818; text-decoration: none; } h1 a:hover, h2 a:hover, -h3 a:hover { +h3 a:hover, +.xrpl-footer h5 a:hover { color: #1B1818; } .landing .curated-links a, -.landing .curated-links a:hover, .landing .children-display a, -.landing .children-display a:hover, .landing a.card, .xrpl-footer a { + color: #676463; } + +.landing .curated-links a:hover, +.landing .children-display a:hover, +.xrpl-footer a:hover { color: #1B1818; } .navbar .navbar-nav .nav-link { @@ -7207,12 +7212,14 @@ h3 a:hover { color: #676463; } .xrpl-footer { - border-top: 1px solid #1B1818; border-bottom: 1px solid #1B1818; } .xrpl-footer .container-fluid { border-bottom: 1px solid #EBE8E7; } +.header-link:hover { + color: #1B1818; } + /* Left/right nav color scheme ------------------------------- */ aside a { color: #676463; diff --git a/tool/template-footer.html b/tool/template-footer.html index 286f70be8c..5b7f8fa96e 100644 --- a/tool/template-footer.html +++ b/tool/template-footer.html @@ -22,7 +22,7 @@