Merge branch 'fakefunk-patch-1' of https://git.voidnet.tech/fakefunk/imgin into fakefunk-fakefunk-patch-1

This commit is contained in:
Kevin F 2021-10-05 22:06:22 +00:00
commit ce7a366b24
1 changed files with 13 additions and 6 deletions

View File

@ -1,8 +1,10 @@
body{
background-color: rgba(8, 6, 37, 0.781);
color: white;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-left: 5%;
background-color: rgba(2, 0, 30, 0.8);
color: rgba(255, 255, 255, .8);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Tahoma, sans-serif;
line-height:1.3;
margin:0;
padding:3vw;
}
a, a:visited {
@ -13,7 +15,12 @@ ul{
list-style-type: none;
}
p, ul {
max-width: 80ch;
}
img {
margin-bottom: 5px;
height: 100%;
max-width: 100%;
height: auto;
margin-bottom: 3vw;
}