1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-10-30 03:36:16 +00:00

Dark theme changes

This commit is contained in:
Dan Konshin 2020-06-24 17:51:27 +05:00
parent 56541c9d30
commit 42d963b19d

View File

@ -108,6 +108,12 @@ h1, h2, h3, h4, h5, h6 {
}
.edit-box__left { grid-column: 1; grid-row: 2 }
.edit-box__right { grid-column: 2; grid-row: 1 / span 2; padding-right: 16px }
.edit-box__text {
border-radius: 1rem;
color: #c8c8c8;
padding: 16px;
background-color: rgba(255,255,255,.05);
}
footer {
padding: 1em 0;
@ -210,15 +216,6 @@ footer a, footer a:visited {
}
aside .hypha-actions a:hover {
background: #eaeaea;
background-color: #272b30;
color: #73ca73;
}