]> git.mxchange.org Git - friendica.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 7 Jun 2023 00:49:00 +0000 (02:49 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 17 Jan 2024 00:03:05 +0000 (01:03 +0100)
- fixed some colors

view/theme/frio/scheme/stolzmonat_DE.css
view/theme/frio/scheme/stolzmonat_DE.php

index ee169401e4737f67aba0c04e3a35f2cd1a5a2846..39f3b77a4f5a74be0e00bbaceb1a5642a8af6d52 100644 (file)
@@ -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%);
 }
index 338e87a384707d038950c0ba6a5b68bde38eb856..e040ad2974f5e791758da86464fe5c6d2e7f82f4 100644 (file)
@@ -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";