Compare commits

..

No commits in common. "b95928667ced10c95c95066a653f3a66951deeba" and "cbacab832e4c92cf4d269a82c0fc483b8f0b834c" have entirely different histories.

2 changed files with 95 additions and 97 deletions

View file

@ -43,11 +43,9 @@ i .btn-link {
color: #fff !important;
}
/*
button .btn-link {
color: #000 !important;
}
*/
#contact-edit-actions-button,
#contact-edit-actions-button.active {
@ -72,6 +70,7 @@ button .btn-link {
#main-menu,
#nav-notifications-menu-btn,
button:hover{
//color: #fff !important;
filter: brightness(1);
}
button:active {
@ -81,6 +80,7 @@ button .btn-link {
}
#contact-edit-actions-button {
//color: #fff;
filter: none !important;
}
@ -123,17 +123,15 @@ 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: Jakob Schürz <jakob@schuerz.at>
* Author: Hypolite Petovan <hypolite@friendica.mrpetovan.com>
* Overwrites: nav_bg, nav_icon_color, link_color, background_color, background_image, login_bg_color, contentbg_transp
* Accented: yes
*/