Main Page

Difference between revisions of "User:SynthSy/liberty dark.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 11: Line 11:
 
     background-color: #3A3F44!important;
 
     background-color: #3A3F44!important;
 
     border: 1px solid rgba(0, 0, 0, 0.6);
 
     border: 1px solid rgba(0, 0, 0, 0.6);
 +
}
 +
.dropdown-menu .dropdown-item:hover {
 +
    background-color: #5997f3;
 +
    color: #fff;
 +
    transition: 0.3s;
 
}
 
}
 
.nav-link {
 
.nav-link {
 
     color: rgba(255, 255, 255, 0.5)!important;
 
     color: rgba(255, 255, 255, 0.5)!important;
 +
}
 +
 +
a {
 +
  color: #fff;
 +
  text-decoration: none;
 +
  background-color: transparent;
 +
}
 +
 +
a:hover {
 +
  color: #d9d9d9;
 +
  text-decoration: underline;
 +
}
 +
 +
a:not([href]) {
 +
  color: inherit;
 +
  text-decoration: none;
 +
}
 +
 +
a:not([href]):hover {
 +
  color: inherit;
 +
  text-decoration: none;
 
}
 
}

Revision as of 11:45, 31 March 2020

body {
	color: #aaa;
	background-color: #272B30!important;
}
.nav-wrapper {
	background-color: #222!important;
}

.dropdown-menu {
    color: #aaa!important;
    background-color: #3A3F44!important;
    border: 1px solid rgba(0, 0, 0, 0.6);
}
.dropdown-menu .dropdown-item:hover {
    background-color: #5997f3;
    color: #fff;
    transition: 0.3s;
}
.nav-link {
    color: rgba(255, 255, 255, 0.5)!important;
}

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #d9d9d9;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}