Removed text-shadow on link hover
This commit is contained in:
@ -5,9 +5,6 @@
|
||||
anime-mini-item
|
||||
vertical
|
||||
|
||||
:hover
|
||||
text-shadow none
|
||||
|
||||
.anime-relation-image
|
||||
anime-mini-item-image
|
||||
|
||||
|
@ -68,7 +68,6 @@
|
||||
flex 0.5
|
||||
color text-color
|
||||
line-height 1.6em
|
||||
text-shadow none
|
||||
|
||||
.calendar-entry-time
|
||||
opacity 0.85
|
||||
|
@ -32,7 +32,6 @@
|
||||
font-size 1.5rem
|
||||
color text-color
|
||||
opacity 0.85
|
||||
text-shadow none
|
||||
|
||||
.hall-of-fame-anime
|
||||
saturate-up
|
||||
|
@ -52,7 +52,7 @@ const frontpage-bg-color = rgb(32, 32, 32)
|
||||
width auto
|
||||
height auto
|
||||
|
||||
> 1100px
|
||||
> 600px
|
||||
.bg-video
|
||||
display block
|
||||
|
||||
|
@ -24,7 +24,6 @@ const group-padding-x = 0.75rem
|
||||
|
||||
:hover
|
||||
color text-color
|
||||
text-shadow none
|
||||
border 1px solid input-focus-border-color
|
||||
// TODO: Replace with alpha(main-color, 20%) function
|
||||
box-shadow 0 0 6px rgba(248, 165, 130, 0.2)
|
||||
|
@ -37,7 +37,6 @@
|
||||
vertical
|
||||
flex 1
|
||||
color text-color
|
||||
text-shadow none
|
||||
|
||||
.notification-footer
|
||||
horizontal
|
||||
|
@ -28,7 +28,6 @@
|
||||
:hover
|
||||
color hsl(0, 0%, 90%)
|
||||
opacity 1.0
|
||||
text-shadow none
|
||||
background rgba(255, 255, 255, 0.2)
|
||||
|
||||
.show-more
|
||||
|
@ -42,7 +42,6 @@ blockquote
|
||||
line-height 2em
|
||||
quotes "\201C""\201D"
|
||||
color text-color
|
||||
text-shadow none
|
||||
|
||||
:before
|
||||
color quote-color
|
||||
|
@ -10,12 +10,6 @@ const soundtrack-margin = 1rem
|
||||
flex-basis 500px
|
||||
margin soundtrack-margin 0
|
||||
|
||||
// If text-shadow is enabled, the whole container will repaint.
|
||||
// We need to disable text-shadow to reduce re-painting.
|
||||
a
|
||||
:hover
|
||||
text-shadow none
|
||||
|
||||
> 500px
|
||||
.soundtrack
|
||||
margin soundtrack-margin
|
||||
|
@ -37,5 +37,4 @@ const user-card-padding = 1rem
|
||||
.user-card-note
|
||||
clip-long-text
|
||||
color text-color
|
||||
text-shadow none
|
||||
opacity 0.5
|
Reference in New Issue
Block a user