Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion static/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ html,
body {
/* IE 10-11 didn't like using min-height */
height: 100%;
background-image: url(/static/img/triangle0_11_hor_02\ 2.jpg);
background-size: cover;
}

body {
display: flex;
flex-direction: column;
background-color: var(--color-bg);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 13px;
}

.hidden {
Expand All @@ -29,17 +33,26 @@ body {
.content {
flex: 1 0 auto;
/* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
/* background-color: #1B9A59; */
/* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
font-weight: bold;
padding: 20px;
padding-top: 100px;
color: var(--color-fg);
text-align: center;
background-color: #252525;
max-width: 75%;
margin: auto;
}

.footer {
flex-shrink: 0;
/* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
padding: 5px;
background-color: var(--color-bg-light);
/* background-color: var(--color-bg-light); */
background-color: #6f42c1;
color: var(--color-accent);
opacity: 0.75;
width: 100%;
}

Expand Down
Binary file added static/img/triangle0_11_hor_02 2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.