updated style, no more white background
This commit is contained in:
@@ -15,27 +15,21 @@ body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Fira Sans', serif;
|
||||
color: #ecf0f1;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #2c3e50;
|
||||
color: #ecf0f1;
|
||||
text-decoration: none;
|
||||
font-style: italic;
|
||||
border-bottom: 5px solid #2c3e50;
|
||||
transition: color 0.2s, border-bottom-color 0.2s;
|
||||
border-bottom: 5px solid #9b59b6;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.card a {
|
||||
color: #8e44ad;
|
||||
border-bottom: 5px solid #8e44ad;
|
||||
}
|
||||
|
||||
|
||||
a:hover {
|
||||
color: #9b59b6;
|
||||
border-bottom-color: #9b59b6;
|
||||
transition: color 0.4s, border-bottom-color 0.4s;
|
||||
transition: color 0.4s;
|
||||
}
|
||||
|
||||
h1,
|
||||
@@ -48,7 +42,6 @@ h2 {
|
||||
.content {
|
||||
padding: 10px;
|
||||
background-color: #bdc3c7;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.center {
|
||||
@@ -135,7 +128,7 @@ h2 {
|
||||
|
||||
.side-card {
|
||||
margin: 10px;
|
||||
background-color: #ecf0f1;
|
||||
background-color: #2c3e50;
|
||||
}
|
||||
|
||||
.side-card h4,
|
||||
@@ -149,7 +142,7 @@ p.side-content {
|
||||
}
|
||||
|
||||
.side-links {
|
||||
line-height: 1.5em;
|
||||
line-height: 1.75em;
|
||||
}
|
||||
|
||||
/* content *******************************************************************/
|
||||
@@ -160,7 +153,7 @@ p.side-content {
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: #ecf0f1;
|
||||
background-color: #34495e;
|
||||
padding: 10px;
|
||||
margin: 40px 10px;
|
||||
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
|
||||
@@ -255,7 +248,7 @@ h5 {
|
||||
}
|
||||
|
||||
.highlight-h3 {
|
||||
background-color: #2ecc71 !important;
|
||||
background-color: #27ae60 !important;
|
||||
height: 24px;
|
||||
top: -24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user