1
0

update gh-actions

This commit is contained in:
2024-08-12 18:49:53 +09:00
parent cb90bcca91
commit 9b7df7860d
67 changed files with 326 additions and 477 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;
@ -46,6 +46,7 @@ article {
.stars {
background: #313131;
text-align: center;
}
.footer-link {
@ -1347,3 +1348,28 @@ 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;
}
.footer-qr {
text-align:center;
margin: 100px 0 100px 0;
}
span.footer-link img {
width: 200px;
}