1
0
This commit is contained in:
2024-08-12 18:49:53 +09:00
parent cb90bcca91
commit 70155929d2
9 changed files with 47 additions and 111 deletions

View File

@ -1,6 +1,6 @@
body {
display:block;
background-color: #f1f1f1;
background-color: #313131;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
width:100%;
margin:0;
@ -1347,3 +1347,19 @@ pre > code > span {
}
}
.sns-message {
padding: 10px;
background-color: #f1f1f1;
}
.sns-message p {
padding: 10px ;
}
.sns-message img {
background-color:#fff;
width:80px;
border-radius:7px;
border: solid 1px #313131;
margin: 30px;
float: left;
}