notebook/app/assets/stylesheets/content_linking.scss.erb
2021-05-10 15:44:21 -07:00

6 lines
259 B
Plaintext

<% (Rails.application.config.content_types[:all] + [Timeline, Document]).each do |content_type| %>
.<%= content_type.name.downcase %>-link {
color: <%= content_type.hex_color %>;
border-bottom: 1px dashed <%= content_type.hex_color %>;
}
<% end %>