Skip to content

Commit ffcb4ea

Browse files
committed
changed green font colour to something darker to solve EFForg#14309
1 parent b7098f8 commit ffcb4ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/chrome/skin/https-everywhere.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ toolbar[iconsize="small"] #https-everywhere-button[status="disabled"] > .https-e
5959
}
6060

6161
#https-everywhere-button menuitem.active-item label {
62-
color: #9AD100;
62+
color: #1e6419;
6363
font-weight: bold;
6464
}
6565
#https-everywhere-button menuitem.moot-item label {
66-
color: #9AD100;
67-
opacity: 0.5;
66+
color: #1e6419;
67+
opacity: 0.75;
6868
font-weight: bold;
6969
}
7070
#https-everywhere-button menuitem.breaking-item label {

0 commit comments

Comments
 (0)