MediaWiki:Darkvector.css: Difference between revisions

No edit summary
test
Line 4: Line 4:
font-family: "Rubik", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
font-family: "Rubik", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}
}
.Navboxcss {
.Navboxcss {v
  background: rgb(2,0,36);
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%);
Line 367: Line 367:


a {
a {
    color: #e87057 !important;
}
a:visited {
     color: #e87057 !important;
     color: #e87057 !important;
}
}