@@ -41,7 +41,7 @@ text-div > textarea{
41
41
border-left : none !important ;
42
42
border-right : none !important ;
43
43
}
44
- light .lilo-search .lilo-text-result p .description {
44
+ . theme- light .lilo-search .lilo-text-result p .description {
45
45
color : inherit !important ;
46
46
}
47
47
@@ -54,3 +54,40 @@ light .lilo-search .lilo-text-result p.description {
54
54
footer , mfe-footer-pharos-footer , .footer , # footer {
55
55
display : none !important ;
56
56
}
57
+ a [href = "https://privacy.microsoft.com/privacystatement" ] {
58
+ display : none !important ;
59
+ }
60
+
61
+ /* hide add to firefox button */
62
+ .lilo-install-cta .column .is-2 {
63
+ display : none !important ;
64
+ }
65
+
66
+ /* transparent search bar */
67
+ .input {
68
+ background-color : transparent;
69
+ color : inherit;
70
+ }
71
+
72
+ /* center content */
73
+ # content .column {
74
+ margin : auto !important ;
75
+ width : 70% !important ;
76
+ }
77
+ .lilo-search .container {
78
+ margin-left : 0% !important ;
79
+ margin-inline-start : none !important ;
80
+ }
81
+ .column .is-11 , .column .is-11-tablet {
82
+ width : 80% ;
83
+ margin : auto !important ;
84
+ }
85
+ # content .column {
86
+ margin : auto !important ;
87
+ width : 70% !important ;
88
+ }
89
+ .column .is-11 , .column .is-11-tablet {
90
+ margin-inline-start : none !important ;
91
+ margin : auto !important ;
92
+ width : 60% !important ;
93
+ }
0 commit comments