Update base.css
This commit is contained in:
parent
30876a8ad5
commit
482e24c477
1 changed files with 14 additions and 1 deletions
|
|
@ -55,6 +55,17 @@ a {
|
|||
|
||||
.escape { grid-column: 1 / -1 !important }
|
||||
|
||||
.unescape {
|
||||
max-width: 42rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
& * {
|
||||
max-width: inherit;
|
||||
margin-left: inherit;
|
||||
margin-right: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
/* HEADER */
|
||||
header {
|
||||
border-bottom: 3px #00000022 solid;
|
||||
|
|
@ -94,7 +105,7 @@ main {
|
|||
grid-area: main;
|
||||
background-color: var(--color-green-light);
|
||||
padding-bottom: 2rem;
|
||||
aside { margin-top: 1.3em }
|
||||
aside, form { margin-top: 1.3em }
|
||||
article {
|
||||
.intro { font-size: 1.2rem; line-height: 1.35em }
|
||||
.footnotes {
|
||||
|
|
@ -134,6 +145,8 @@ table {
|
|||
background-color: transparent;
|
||||
color: var(--color-grey);
|
||||
outline: .08rem var(--color-grey) solid;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
&:hover { background-color: var(--color-grey); color: white; outline: none }
|
||||
&:active, &.active { background-color: var(--color-green); color: white; outline: none }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue