Initial import

This commit is contained in:
2021-05-28 18:16:02 +02:00
commit 2f5722e0df
45 changed files with 14637 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
header {
display: flex !important;
background-image: none;
background-color: $accent-color;
a {
color: white;
}
a:hover {
color: white;
text-shadow: 0 0 5px white;
}
}
.sheet-body,
.sheet-body .tab,
.sheet-body, .editor {
height: 100%;
}
.tox {
.tox-editor-container {
background: white;
}
.tox-edit-area {
padding: 4px 8px;
}
}
form .notes,
form .hint {
font-size: 1rem;
line-height: 1.4rem;
color: #363636;
}

View File

@@ -0,0 +1,4 @@
img.is-cover {
object-fit: cover;
border-color: $accent-color;
}

View File

View File

@@ -0,0 +1,5 @@
.tabs .item.active {
text-shadow: none;
border-bottom-color: $accent-color;
color: $accent-color;
}

View File

@@ -0,0 +1,21 @@
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
border-bottom: none
}
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.2rem;
}