summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index ebbedb0..fb41646 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -92,6 +92,7 @@ td a {
--color-text-duller: #5f6983;
--color-text-dull: #99a;
--color-text-main: #fff;
+ --color-text-link: rgb(176, 194, 206);
--color-input-border: #000;
--color-input-border-active: #444b5d;
@@ -451,6 +452,7 @@ form .field .label-input {
form .field.stats {
width: 100%;
}
+
form .field.stats table {
width: 50%;
}
@@ -907,11 +909,14 @@ table.metadata td.name {
width: 16px;
}
-.post a.hashtag, .post.mini a.hashtag {
+.post a.hashtag,
+.post.mini a.hashtag {
text-decoration: none;
+ color: var(--color-text-link);
}
-.post a.hashtag:hover, .post.mini a.hashtag:hover {
+.post a.hashtag:hover,
+.post.mini a.hashtag:hover {
text-decoration: underline;
}