Get thread link buttons working

This commit is contained in:
Dominic Ferrando
2025-04-20 22:19:21 -04:00
parent c8b549115a
commit 2818c98e4e
4 changed files with 140 additions and 119 deletions
+28
View File
@@ -1,5 +1,8 @@
body {
background: #EEF2FF;
padding-left: 4px;
padding-right: 4px;
margin: 0 4px;
}
/* INDEX */
@@ -274,3 +277,28 @@ body {
margin: 5px 0;
font-size: 12px;
}
.link-button {
background: none;
border: none;
padding: 0;
font-size: .8rem;
color: #34345C;
cursor: pointer;
text-decoration: underline;
}
.link-button:hover {
color: #ff0000;
}
hr {
border: none;
border-top-width: medium;
border-top-style: none;
border-top-color: currentcolor;
border-top:
1px solid #B7C5D9;
height: 0;
clear: left;
}