Updated content

This commit is contained in:
Christoffer Martinsson
2018-10-28 15:42:05 +01:00
parent 08c518e5ff
commit 3dc5a02dd7
14 changed files with 144 additions and 5 deletions

View File

@@ -5,7 +5,8 @@ header {
article > aside {
background-color: #161616;
color: #c6c6c6;
color: #c6c6c6;
width: 15rem;
}
article > aside .menu .dd-item.active > div * {
@@ -24,14 +25,28 @@ article > aside .menu .dd-item div a:hover, article > aside .menu .dd-item div a
color: #c6c6c6;
}
article > aside .menu .dd-item div i.category-icon:hover {
background-color: #161616;
}
article {
background-color: #262626;
color: #c6c6c6;
max-width: 1300px;
width: 1300px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 1300px) {
article {
background-color: #262626;
color: #c6c6c6;
width: 100%;
margin-left: none;
margin-right: none;
}
}
.searchbox input {
background: #303030;
color: #c6c6c6;
@@ -58,6 +73,7 @@ article section.page {
font-family: "Helvetica";
font-weight: normal;
overflow-y: initial;
padding-left: 0;
}
section strong {
@@ -95,3 +111,44 @@ article section.page pre {
background: #c6c6c6;
}
.nav-select {
background: #161616;
}
.nav-select select {
width: auto;
max-width: 100%;
min-width: 100%;
margin-bottom: 1.7rem;
padding: 4px;
border-width: 0px;
border-radius: 5px;
background: #161616;
}
article section.page table {
border-color: #000;
}
article section.page table th {
background: #808080;
border-color: #000;
text-align: left;
}
article section.page table td {
color: #c6c6c6;
border-color: #000;
}
.anchor {
color: #505050;
}
.anchor :hover {
color: #808080;
}
.featherlight .featherlight-content {
background: #262626;
}