tools page; draft for article

This commit is contained in:
Jan Wolff 2022-12-05 22:59:23 +01:00
parent 83cbe179ac
commit 0b573f5b96
5 changed files with 94 additions and 8 deletions

View file

@ -12,7 +12,7 @@ body {
background-size: cover;
background-attachment: fixed;
font-family: Catamaran, sans-serif;
max-width: 60em;
max-width: 40em;
margin: auto;
padding: 0.5rem;
hyphens: auto;
@ -40,8 +40,8 @@ header .subtitle {
.sub-container {
display: block;
color: rgb(186, 212, 186);
background: rgb(60, 65, 61);
color: rgb(31, 32, 31);
background: rgb(241, 243, 241);
padding: 0.75rem;
margin: 1rem;
border-radius: 0.5rem;
@ -50,8 +50,8 @@ header .subtitle {
}
.sub-container:hover {
color: rgb(215, 245, 215);
box-shadow: rgba(0, 0, 0, 0.2) 0 0.5rem 0.5rem;
color: rgb(54, 63, 54);
box-shadow: rgba(0, 0, 0, 0.2) 0 0.33rem 0.333rem;
}
.sub-container .img-container {