From: Roland Häder Date: Wed, 7 Jun 2023 00:49:00 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=36e8f7043bc84b548681e1a810486d4ad40c149e;p=friendica.git Continued: - fixed some colors --- diff --git a/view/theme/frio/scheme/stolzmonat_DE.css b/view/theme/frio/scheme/stolzmonat_DE.css index ee169401e4..39f3b77a4f 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.css +++ b/view/theme/frio/scheme/stolzmonat_DE.css @@ -23,14 +23,12 @@ nav.navbar { .nav-pills .dropdown-menu, .nav-tabs .dropdown-menu, .account .dropdown-menu, -.contact-photo-wrapper .dropdown-menu { +.contact-photo-wrapper .dropdown-menu, +.btn.btn-primary, +.btn-info { background-color: black !important; } -.btn.btn-primary { - background: black !important; -} - aside .widget li:hover, aside .widget li.selected, .nav-container .widget li:hover { @@ -49,7 +47,9 @@ body a:active, .btn-link:active, body a.active, .btn-link.active { - color: #59d6e4; outline-color: rgb(253, 241, 0) !important; - text-decoration: none; +} + +.btn-info { + background-image: linear-gradient(to bottom, #fdfdfd 0, black 100%); } diff --git a/view/theme/frio/scheme/stolzmonat_DE.php b/view/theme/frio/scheme/stolzmonat_DE.php index 338e87a384..e040ad2974 100644 --- a/view/theme/frio/scheme/stolzmonat_DE.php +++ b/view/theme/frio/scheme/stolzmonat_DE.php @@ -8,7 +8,7 @@ $nav_bg = "#708fa0"; $nav_icon_color = "#fff"; $background_color = "#ededed"; -$link_color = "#fdf100"; +$link_color = "#d4333d"; $contentbg_transp = 100; $nav_icon_hover_color = "black"; $btn_primary_hover_color = "black";