Skip to content

Commit

Permalink
remove underlined links
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyranja committed Jul 28, 2024
1 parent 3030fd6 commit 34dd733
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html {

a, .link, #expander {
cursor: pointer;
text-decoration: underline;
text-decoration: none;
color: $font-color;
padding: 0.2em;

Expand Down
5 changes: 4 additions & 1 deletion app/assets/stylesheets/tags_and_categories.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ $categories_dark_color: (
i { color: $color; }
&:hover {
color: $color;
background: none;
font-weight: bold;
}
}
#category-#{$name} {
Expand Down Expand Up @@ -123,11 +125,12 @@ $categories_bright_color: (
i { color: $color; }
&:hover {
color: $color;
background: none;
font-weight: bold;
}
}
#category-#{$name} {
color: $color;
text-decoration: underline;
}
.bg-#{$name} {
i { color: #{$color} }
Expand Down
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.
config.cache_classes = true
config.cache_classes = false

# Do not eager load code on boot.
config.eager_load = false
Expand Down

0 comments on commit 34dd733

Please sign in to comment.