Removed unused styles
This commit is contained in:
parent
c81950e207
commit
c10fb6dcd3
@ -24,23 +24,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* --clr-link: #7cafc2; */
|
|
||||||
/* --clr-link: #4ab4ab; */
|
|
||||||
/* --clr-subheader: #a1b56c; */
|
|
||||||
|
|
||||||
/* --clr-bg: #181818;
|
|
||||||
--clr-bg-alt: #282828;
|
|
||||||
|
|
||||||
--clr-border: #383838;
|
|
||||||
|
|
||||||
--clr-text: #e8e8e8;
|
|
||||||
--clr-text-long: #bababa;
|
|
||||||
--clr-header: #f7ca88;
|
|
||||||
--clr-subheader: #f7ca88;
|
|
||||||
--clr-link: hsl(175, 55%, 50%);
|
|
||||||
--clr-link-alt: #4ab4ab;
|
|
||||||
--clr-code: #ba8baf; */
|
|
||||||
|
|
||||||
--clr-bg: hsl(0,0%,95%);
|
--clr-bg: hsl(0,0%,95%);
|
||||||
--clr-bg-alt: hsl(0,0%,85%);
|
--clr-bg-alt: hsl(0,0%,85%);
|
||||||
|
|
||||||
@ -50,8 +33,8 @@
|
|||||||
--clr-text-long: hsl(0,0%,10%);
|
--clr-text-long: hsl(0,0%,10%);
|
||||||
--clr-text-highlight: hsl(0,50%,40%);
|
--clr-text-highlight: hsl(0,50%,40%);
|
||||||
--clr-header: hsl(0,0%,15%);
|
--clr-header: hsl(0,0%,15%);
|
||||||
--clr-subheader: hsl(0,0%,15%); /* hsl(36,87%,50%) */
|
--clr-subheader: hsl(0,0%,15%);
|
||||||
--clr-link: hsl(175,50%,40%); /* hsl(175,42%,50%) */
|
--clr-link: hsl(175,50%,40%);
|
||||||
--clr-link-alt: hsl(175,38%,60%);
|
--clr-link-alt: hsl(175,38%,60%);
|
||||||
--clr-code: hsl(0,0%,15%);
|
--clr-code: hsl(0,0%,15%);
|
||||||
}
|
}
|
||||||
@ -90,7 +73,6 @@ a {
|
|||||||
color: var(--clr-link);
|
color: var(--clr-link);
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
/* border-bottom: 1px solid var(--clr-link); */
|
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--clr-text);
|
color: var(--clr-text);
|
||||||
@ -109,9 +91,7 @@ h2 {
|
|||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin: 32px 0 0;
|
margin: 32px 0 0;
|
||||||
/* font-weight: bold; */
|
|
||||||
color: var(--clr-subheader);
|
color: var(--clr-subheader);
|
||||||
/* text-decoration: underline; */
|
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
}
|
}
|
||||||
.small {
|
.small {
|
||||||
@ -166,9 +146,7 @@ blockquote strong em {
|
|||||||
.id-card .header-description {
|
.id-card .header-description {
|
||||||
flex: 100;
|
flex: 100;
|
||||||
flex-basis: auto;
|
flex-basis: auto;
|
||||||
/* min-width: 360px; */
|
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
/* text-align: center; */
|
|
||||||
}
|
}
|
||||||
.id-card .profile-picture {
|
.id-card .profile-picture {
|
||||||
max-width: 160px;
|
max-width: 160px;
|
||||||
@ -205,12 +183,8 @@ table {
|
|||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
table thead {
|
table thead {
|
||||||
/* text-align: left; */
|
|
||||||
border-bottom: 1px var(--clr-text) solid;
|
border-bottom: 1px var(--clr-text) solid;
|
||||||
}
|
}
|
||||||
/* table tbody {
|
|
||||||
margin: 4px 0;
|
|
||||||
} */
|
|
||||||
table th {
|
table th {
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
}
|
}
|
||||||
@ -258,7 +232,7 @@ table.music th:nth-child(3) {
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Blog */
|
/* Longform */
|
||||||
.longform_list {
|
.longform_list {
|
||||||
margin: 2em 0 0;
|
margin: 2em 0 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user