File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1106,3 +1106,10 @@ section {
11061106 background-color : #ffe5e5 ; /* 薄い赤背景 */
11071107 }
11081108}
1109+
1110+ // News section external link icon
1111+ .external-link-icon {
1112+ font-size : 0.7em ;
1113+ margin-left : 0.2em ;
1114+ opacity : 0.9 ;
1115+ }
Original file line number Diff line number Diff line change 201201 <% else %>
202202 <%= link_to news . link_url , target : '_blank' do %>
203203 <%= news . formatted_title %>
204- < small > < small > < i class ="far fa-external-link "> </ i > </ small > </ small >
204+ < i class ="far fa-external-link external-link-icon "> </ i >
205205 <% end %>
206206 <% end %>
207207 </ li >
Original file line number Diff line number Diff line change 3333 <% else %>
3434 <%= link_to news . link_url , target : '_blank' do %>
3535 <%= news . formatted_title %>
36- < small > < i class ="far fa-external-link "> </ i > </ small >
36+ < i class ="far fa-external-link external-link-icon "> </ i >
3737 <% end %>
3838 <% end %>
3939 </ h3 >
You can’t perform that action at this time.
0 commit comments