This commit is contained in:
committer@tuxwarrior
2026-02-26 10:45:35 -05:00
parent 4672146020
commit 8b6ebd248f
2 changed files with 5 additions and 1 deletions

View File

@@ -16,3 +16,7 @@
#appmenu-toolbar-button {
background-color: #6e0303 !important;
}
#main-menubar > menu[_moz-menuactive="true"] {
background-color: hsla(91, 94%, 35%, 0.12) !important;
}

View File

@@ -305,7 +305,7 @@ if [ ${operation} == "dots" ] ; then
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
file_name=userChrome.css
file_path=${ffpd}/librewolf
file_path=${ffpd}/chrome
create_dir ${file_path}
deploy_file "${dots_trg}/librewolf/${file_name}" "${file_path}/${file_name}"
fi