add write.as and writefreely
This commit is contained in:
parent
f8a5980b33
commit
0a6104dda9
4 changed files with 102 additions and 2 deletions
|
@ -86,8 +86,8 @@ button:hover,
|
|||
|
||||
/* 500px */
|
||||
.button.button-500px {
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.button.button-500px:hover,
|
||||
.button.button-500px:focus {
|
||||
|
@ -235,3 +235,25 @@ button:hover,
|
|||
.button.button-pixelfed:hover,
|
||||
.button.button-pixelfed:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* write.as */
|
||||
.button.button-writeas {
|
||||
color: #000000;
|
||||
border: 1px solid #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.button.button-writeas:hover,
|
||||
.button.button-writeas:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* writefreely */
|
||||
.button.button-writefreely {
|
||||
color: #000000;
|
||||
border: 1px solid #000000;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
.button.button-writefreely:hover,
|
||||
.button.button-writefreely:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue