Main Page

Difference between revisions of "User:SynthSy/vector-dark2.css"

From Arks-Visiphone
Jump to navigation Jump to search
Line 19: Line 19:
  
 
body {
 
body {
color: #aaa!important;
+
color: #aaa!important;
background-color: #272b30!important;
+
background-color: #272b30!important;
 
}
 
}
  
 
a {
 
a {
    color: #fff!important;
+
color: #fff!important;
    text-decoration: none!important;
+
text-decoration: none!important;
    background-color: transparent!important;
+
background-color: transparent!important;
cursor: pointer;
+
cursor: pointer;
 
}
 
}
  
 
.mw-body, .parsoid-body {
 
.mw-body, .parsoid-body {
background-color: #272b30!important;
+
background-color: #32383e!important;
 +
background-clip: border-box;
 +
border: 1px solid rgba(0, 0, 0, 0.6);
 +
border-radius: 0.25rem;
 
}
 
}

Revision as of 21:09, 27 February 2021

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

body {
color: #aaa!important;
background-color: #272b30!important;
}

a {
color: #fff!important;
text-decoration: none!important;
background-color: transparent!important;
cursor: pointer;
}

.mw-body, .parsoid-body {
background-color: #32383e!important;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 0.25rem;
}