mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2026-03-25 07:12:58 +00:00
Added option to decorate tag links in forum posts
This commit is contained in:
9
src/styles/content/posts.scss
Normal file
9
src/styles/content/posts.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
@use '$styles/booru-vars';
|
||||
|
||||
.block.communication {
|
||||
.tag {
|
||||
&:hover {
|
||||
color: booru-vars.$resolved-tag-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user