diff options
Diffstat (limited to 'src/chrome/abouthome/abouthome.css')
| -rw-r--r-- | src/chrome/abouthome/abouthome.css | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/chrome/abouthome/abouthome.css b/src/chrome/abouthome/abouthome.css index ad2b1a0..7f67f2f 100644 --- a/src/chrome/abouthome/abouthome.css +++ b/src/chrome/abouthome/abouthome.css | |||
| @@ -21,7 +21,7 @@ button { | |||
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | a { | 23 | a { |
| 24 | color: #fff; | 24 | color: #bfbbb6; |
| 25 | text-decoration: none; | 25 | text-decoration: none; |
| 26 | } | 26 | } |
| 27 | 27 | ||
| @@ -73,9 +73,9 @@ a { | |||
| 73 | 73 | ||
| 74 | #searchText { | 74 | #searchText { |
| 75 | -moz-box-flex: 1; | 75 | -moz-box-flex: 1; |
| 76 | color: #fff; | 76 | color: #bfbbb6; |
| 77 | padding: 6px 8px; | 77 | padding: 6px 8px; |
| 78 | background-color: rgb(0, 0, 0); | 78 | background-color: #181411; |
| 79 | border: 1px solid; | 79 | border: 1px solid; |
| 80 | border-color: rgb(64, 64, 64); | 80 | border-color: rgb(64, 64, 64); |
| 81 | border-radius: 5px 0 0 5px; | 81 | border-radius: 5px 0 0 5px; |
| @@ -93,8 +93,8 @@ a { | |||
| 93 | #searchSubmit { | 93 | #searchSubmit { |
| 94 | margin-inline-start: -1px; | 94 | margin-inline-start: -1px; |
| 95 | padding: 0 9px; | 95 | padding: 0 9px; |
| 96 | color: #fff; | 96 | color: #bfbbb6; |
| 97 | background-color: rgb(0, 0, 0); | 97 | background-color: #181411; |
| 98 | border: 1px solid; | 98 | border: 1px solid; |
| 99 | border-color: rgb(64, 64, 64); | 99 | border-color: rgb(64, 64, 64); |
| 100 | border-radius: 0 5px 5px 0; | 100 | border-radius: 0 5px 5px 0; |
| @@ -111,12 +111,12 @@ a { | |||
| 111 | #searchText + #searchSubmit:hover, | 111 | #searchText + #searchSubmit:hover, |
| 112 | #searchText[autofocus] + #searchSubmit { | 112 | #searchText[autofocus] + #searchSubmit { |
| 113 | border-color: rgb(128, 128, 128); | 113 | border-color: rgb(128, 128, 128); |
| 114 | background-color: rgb(0, 0, 0); | 114 | background-color: #181411; |
| 115 | } | 115 | } |
| 116 | 116 | ||
| 117 | #searchText + #searchSubmit:hover:active { | 117 | #searchText + #searchSubmit:hover:active { |
| 118 | border-color: rgb(64, 64, 64); | 118 | border-color: rgb(64, 64, 64); |
| 119 | background-color: rgb(0, 0, 0); | 119 | background-color: #181411; |
| 120 | } | 120 | } |
| 121 | 121 | ||
| 122 | #launcher { | 122 | #launcher { |
| @@ -124,7 +124,7 @@ a { | |||
| 124 | -moz-box-align: center; | 124 | -moz-box-align: center; |
| 125 | -moz-box-pack: center; | 125 | -moz-box-pack: center; |
| 126 | width: 100%; | 126 | width: 100%; |
| 127 | background-color: rgb(0, 0, 0); | 127 | background-color: #181411; |
| 128 | border-top: 1px solid rgb(64, 64, 64); | 128 | border-top: 1px solid rgb(64, 64, 64); |
| 129 | } | 129 | } |
| 130 | 130 | ||
| @@ -148,7 +148,7 @@ body[narrow] #launcher[session] { | |||
| 148 | background: transparent padding-box; | 148 | background: transparent padding-box; |
| 149 | border: 1px solid transparent; | 149 | border: 1px solid transparent; |
| 150 | border-radius: 2.5px; | 150 | border-radius: 2.5px; |
| 151 | color: #fff; | 151 | color: #bfbbb6; |
| 152 | font-size: 75%; | 152 | font-size: 75%; |
| 153 | cursor: pointer; | 153 | cursor: pointer; |
| 154 | } | 154 | } |
| @@ -158,11 +158,11 @@ body[narrow] #launcher[session] > .launchButton { | |||
| 158 | } | 158 | } |
| 159 | 159 | ||
| 160 | .launchButton:hover { | 160 | .launchButton:hover { |
| 161 | background-color: rgb(0, 0, 0); | 161 | background-color: #181411; |
| 162 | } | 162 | } |
| 163 | 163 | ||
| 164 | .launchButton:hover:active { | 164 | .launchButton:hover:active { |
| 165 | background-color: rgb(0, 0, 0); | 165 | background-color: #181411; |
| 166 | border-color: rgb(64, 64, 64); | 166 | border-color: rgb(64, 64, 64); |
| 167 | } | 167 | } |
| 168 | 168 | ||
