and some styles

This commit is contained in:
2025-12-14 07:19:49 +03:00
parent d4e3d7cded
commit ba2c9132f6
5 changed files with 88 additions and 10 deletions

View File

@@ -50,7 +50,7 @@
border: 1px solid black;
border-radius: 4px;
padding: 5px 20px;
margin: 10px 0;
margin: 5px 0;
}
body {
@@ -129,7 +129,8 @@ body {
.thread-actions {
display: flex;
align-items: center;
gap: 5px;
gap: 0 5px;
flex-wrap: wrap;
}
.post {
@@ -1523,3 +1524,16 @@ img.badge-button {
justify-content: center;
gap: 5px;
}
.rss-button {
background-color: #fba668;
color: black;
}
.rss-button:hover {
background-color: rgb(251.8, 183.8, 134.2);
color: black;
}
.rss-button:active {
background-color: rgb(186.8501612903, 155.5098387097, 132.6498387097);
color: black;
}