File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ class NavBar extends React.Component {
124
124
< a
125
125
href = { item . path }
126
126
rel = "noopener noreferrer"
127
+ target = { item . title === 'Donate' ? '_blank' : '' }
127
128
className = { [
128
129
pathName === item . path ? 'active' : '' ,
129
130
item . title === 'Donate' ? 'donate_btn' : '' ,
Original file line number Diff line number Diff line change @@ -108,9 +108,15 @@ export const NavLink = styled.li`
108
108
}
109
109
}
110
110
&.donate_btn {
111
- background: #e91e63 ;
111
+ background: #c201b9 ;
112
112
color: white;
113
- border-radius: 10px;
113
+ border-radius: 6px;
114
+ font-weight: bold;
115
+ line-height: inherit;
116
+ margin: 5px;
117
+ &:hover {
118
+ background:#9c27b0;
119
+ }
114
120
}
115
121
@media(max-width: 885px) {
116
122
width: 100%;
You can’t perform that action at this time.
0 commit comments