use rgba hex
This commit is contained in:
parent
df4a7186e9
commit
2023c036df
@ -52,12 +52,12 @@ header time {
|
|||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: 1px solid rgba(148,148,148,0.3);
|
border: 1px solid #9494944d;
|
||||||
margin: 2em 0;
|
margin: 2em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
background: rgba(148,148,148,0.06);
|
background: #9494940f;
|
||||||
border-left: 4px solid #68f;
|
border-left: 4px solid #68f;
|
||||||
padding: 1px 1.5em;
|
padding: 1px 1.5em;
|
||||||
}
|
}
|
||||||
@ -71,25 +71,25 @@ img {
|
|||||||
|
|
||||||
table {
|
table {
|
||||||
border-spacing: 1px;
|
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 {
|
tr:hover, tr:nth-child(even) td {
|
||||||
background: rgba(148,148,148,0.06);
|
background: #9494940f;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
background: rgba(148,148,148,0.1);
|
background: #9494941a;
|
||||||
text-align: inherit;
|
text-align: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
box-shadow: 0px 0px 0px 1px rgba(148,148,148,0.16);
|
box-shadow: 0px 0px 0px 1px #94949429;
|
||||||
padding: .5em 1em;
|
padding: .5em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background: rgba(148,148,148,0.08);
|
background: #94949414;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
margin: 1.5em 0;
|
margin: 1.5em 0;
|
||||||
@ -98,7 +98,7 @@ pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
p code {
|
p code {
|
||||||
background: rgba(148,148,148,0.15);
|
background: #94949426;
|
||||||
opacity: .75;
|
opacity: .75;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
@ -124,11 +124,11 @@ body > header, article, body > footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
article, body > footer {
|
article, body > footer {
|
||||||
border-top: 1px solid rgba(148,148,148,0.12);
|
border-top: 1px solid #9494941f;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > header.bright {
|
body > header.bright {
|
||||||
box-shadow: 0 0 1em rgba(40, 40, 40, .05);
|
box-shadow: 0 0 1em #3c3c3c0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > header.dark {
|
body > header.dark {
|
||||||
|
Loading…
Reference in New Issue
Block a user