fix better visibility on likers list

This commit is contained in:
Jakobus Schürz 2023-03-22 16:45:50 +01:00
parent 39df3c62a8
commit dbf32573d1
2 changed files with 97 additions and 95 deletions

View File

@ -43,9 +43,11 @@ i .btn-link {
color: #fff !important;
}
/*
button .btn-link {
color: #000 !important;
}
*/
#contact-edit-actions-button,
#contact-edit-actions-button.active {
@ -70,7 +72,6 @@ button .btn-link {
#main-menu,
#nav-notifications-menu-btn,
button:hover{
//color: #fff !important;
filter: brightness(1);
}
button:active {
@ -80,7 +81,6 @@ button .btn-link {
}
#contact-edit-actions-button {
//color: #fff;
filter: none !important;
}
@ -123,15 +123,17 @@ div[class*=" thread_level"] {
@media screen and (max-width: 767px) {
button[id^=like-] { margin-right: 5px !important;}
button[id^=like-] {
margin-right: 5px !important;
}
.button,
.btn {
padding: 1px;
padding-inline: 22px;
margin-top: 5px;
margin-bottom: 5px;
background-color: $nav_bg;
filter: brightness(1.25);
// background-color: $nav_bg;
// filter: brightness(1.25);
}
.wall-item-container {
margin-top: 10px;

View File

@ -2,7 +2,7 @@
/*
* Name: Light
* Licence: AGPL
* Author: Hypolite Petovan <hypolite@friendica.mrpetovan.com>
* Author: Jakob Schürz <jakob@schuerz.at>
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, login_bg_color, contentbg_transp
* Accented: yes
*/