use rgba hex

This commit is contained in:
Niklas Buschmann 2019-07-21 02:30:27 +02:00
parent df4a7186e9
commit 2023c036df

View File

@ -52,12 +52,12 @@ header time {
}
hr {
border: 1px solid rgba(148,148,148,0.3);
border: 1px solid #9494944d;
margin: 2em 0;
}
blockquote {
background: rgba(148,148,148,0.06);
background: #9494940f;
border-left: 4px solid #68f;
padding: 1px 1.5em;
}
@ -71,25 +71,25 @@ img {
table {
border-spacing: 1px;
box-shadow: 0px 0px 0px 1px rgba(148,148,148,0.16) inset;
box-shadow: 0px 0px 0px 1px #94949429 inset;
}
tr:hover, tr:nth-child(even) td {
background: rgba(148,148,148,0.06);
background: #9494940f;
}
th {
background: rgba(148,148,148,0.1);
background: #9494941a;
text-align: inherit;
}
th, td {
box-shadow: 0px 0px 0px 1px rgba(148,148,148,0.16);
box-shadow: 0px 0px 0px 1px #94949429;
padding: .5em 1em;
}
pre {
background: rgba(148,148,148,0.08);
background: #94949414;
border-radius: 2px;
font-size: .8em;
margin: 1.5em 0;
@ -98,7 +98,7 @@ pre {
}
p code {
background: rgba(148,148,148,0.15);
background: #94949426;
opacity: .75;
border-radius: 2px;
font-size: .9em;
@ -124,11 +124,11 @@ body > header, article, body > footer {
}
article, body > footer {
border-top: 1px solid rgba(148,148,148,0.12);
border-top: 1px solid #9494941f;
}
body > header.bright {
box-shadow: 0 0 1em rgba(40, 40, 40, .05);
box-shadow: 0 0 1em #3c3c3c0f;
}
body > header.dark {