summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-15 18:30:30 -0700
committerAndrew Godwin2022-11-15 15:30:32 -0700
commit20e63023bb0d3c7e4cb36b91b73e79f51889cc90 (patch)
tree96c99139f03550e35902440cd321290bc47f8f0f /static/css/style.css
parent4aa92744aea6097ffb784ca7de6bd95cc599988d (diff)
downloadtakahe-20e63023bb0d3c7e4cb36b91b73e79f51889cc90.tar.gz
takahe-20e63023bb0d3c7e4cb36b91b73e79f51889cc90.tar.bz2
takahe-20e63023bb0d3c7e4cb36b91b73e79f51889cc90.zip
Get outbound likes/boosts and their undos working
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 59590ef..9eaec2f 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -528,6 +528,23 @@ h1.identity small {
margin: 12px 0 4px 0;
}
+.post .actions {
+ padding-left: 64px;
+}
+
+.post .actions a {
+ cursor: pointer;
+ color: var(--color-text-dull);
+}
+
+.post .actions a:hover {
+ color: var(--color-text-main);
+}
+
+.post .actions a.active {
+ color: var(--color-highlight);
+}
+
.boost-banner {
padding: 0 0 3px 5px;
}