Browse Source

Fix CSS accidental scrambling

Jocelyn Delalande 6 years ago
parent
commit
ca7d760de8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/static/css/local.css

+ 1 - 1
coin/static/css/local.css

@@ -26,7 +26,7 @@ h1 .default-logo:hover:after {
     content: "\\_x<";
 }
 
-pPh1:hover:after {
+h1:hover:after {
     position: absolute;
     text-align: center;
     z-index: -1;