Browse Source

Tweak difficulty text style

Thomas Dy 6 years ago
parent
commit
4d336b772f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      dist/style.css

+ 3 - 2
dist/style.css

@@ -292,10 +292,11 @@
   grid-area: diff;
   align-self: end;
   justify-self: end;
-  margin-bottom: 1px;
-  margin-right: 5px;
+  margin-bottom: 6px;
+  margin-right: 6px;
   font-style: italic;
   font-weight: bold;
+  text-shadow: none;
 }
 
 .song-item .difficulty-bg {