This commit is contained in:
Patrick Tschuchnig
2020-01-26 16:50:35 +01:00
parent 9acd91794c
commit 1aa8f6ef28
2 changed files with 12 additions and 7 deletions

View File

@@ -32,22 +32,26 @@ img {
margin-left: 10px;
}
.imageframe{
background-color: rgba(255,148,0,0.1);
top: 0;
left :0;
border-style: inset;
border-color: #ad6603;
text-align: right;
}
.portrait{
width: 150px;
height: 150px;
float: right;
background-size: contain;
background-repeat: no-repeat;
background-image: url(/neko/crt/assets/images/yui.png);
filter: hue-rotate(-100deg);
background-position: center right;
}
.orange-filter{
}
/* header */
header {