diff --git a/app/css/all.css b/app/css/all.css index 92bf45d1..7efc2f20 100644 --- a/app/css/all.css +++ b/app/css/all.css @@ -300,6 +300,10 @@ button > i.fas { right: 3px; } +.nav-item { + font-size: 0.85rem; +} + /* Font Awesome 5 brands */ .fa-reddit { color: #ff4500; @@ -314,10 +318,6 @@ button > i.fas { color: #151b23 } -.bg-dark { - border-radius: 5px; -} - @keyframes heart { 0%, 40%, 80%, 100% { transform: scale(1); diff --git a/app/css/custom.php b/app/css/custom.php index 4d1aef60..6f4db818 100644 --- a/app/css/custom.php +++ b/app/css/custom.php @@ -93,10 +93,6 @@ a:focus, a:hover { background-color: #f2f1f0; } -.nav-item { - font-size: 0.85rem; -} - .nav-tabs .nav-link.active, .nav-tabs .nav-link { font-size: 1.0rem; diff --git a/app/css/hackernews.css b/app/css/hackernews.css index c3126896..d0ccfdbe 100644 --- a/app/css/hackernews.css +++ b/app/css/hackernews.css @@ -40,7 +40,7 @@ h5.card-title { } .card, .modal-dialog { - border-radius: 3px; + border-radius: 5px; border-color: #ff6600; } @@ -101,12 +101,6 @@ code { font-weight: 300; } -#wrapper,#page-wrapper, -#wrapper #content-wrapper, -.nav>li>a,.nav { - background-color: #fff; -} - .card-body { background-color: #f6f6ef; border-radius: 5px;