update gh-actions
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user