imgin/imgin/web/theme.css

19 lines
278 B
CSS

body{
background-color: rgba(8, 6, 37, 0.781);
color: white;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-left: 5%;
}
a, a:visited {
color: white;
}
ul{
list-style-type: none;
}
img {
margin-bottom: 5px;
height: 100%;
}