add write.as and writefreely

This commit is contained in:
Max mal Richtig 2023-07-26 23:06:10 +02:00
parent f8a5980b33
commit 0a6104dda9
4 changed files with 102 additions and 2 deletions

View file

@ -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%);
}