Changes

From Drawn to Life Wiki
220 bytes removed ,  02:25, 19 November 2020
no edit summary
Line 122: Line 122:  
}
 
}
 
/*Colors various links white*/
 
/*Colors various links white*/
#pt-userpage a {
+
a {
    color: #80f139;
+
  display: inline-block;
 
}
 
}
#pt-mytalk a {
+
 
    color: #73e4fb;
+
a::after {
 +
  content: '';
 +
  width: 0px;
 +
  height: 1px;
 +
  display: block;
 +
  background: black;
 +
  transition: 300ms;
 
}
 
}
#pt-logout a {
+
 
    color: #f49f0b;
+
a:hover::after {
}
+
  width: 100%;
#pt-login a {
  −
    color: #80f139;
  −
}
  −
#pt-preferences a {
  −
    color: #73e4fb;
  −
}
  −
#pt-betafeatures a{
  −
    color: #73e4fb;
  −
}
  −
#pt-mycontris a{
  −
    color: #73e4fb;
  −
}
  −
#pt-watchlist a{
  −
    color: #73e4fb;
  −
}
  −
.vector-menu-content-list a {
  −
    color: #73e4fb;
  −
}
  −
#pt-anonuserpage {
  −
    color: #f49f0b;
   
}
 
}
 
   /****************/
 
   /****************/