Encrypted Notes Alpha!

fixes #28
This commit is contained in:
Max G
2020-03-13 23:34:32 +00:00
parent 3ed26bcc03
commit 2a379f8a4e
13 changed files with 547 additions and 60 deletions

View File

@@ -42,6 +42,12 @@ body {
font-family: 'Roboto', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.ui.segment {
color: var(--text_color);
background-color: var(--background_color);
border-color: var(--border_color);
}
.ui.form input:not([type]),
.ui.form input:not([type]):focus,
.ui.form textarea:not([type]),
@@ -216,10 +222,6 @@ a:hover {
scrollbar-width: none;
}
/*Makes the first line real big */
.squire-box > p:first-child {
font-size: 1.4em;
line-height: 1.7em;
}
.squire-box:focus {
outline: none;
}