about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main/entries.scss
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 11:51:47 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 11:51:47 -0400
commit0333f3e258026696af265f777f862e612bab1bd7 (patch)
treef1ed811b0c327d9561d4fda299345b5526591a69 /app/assets/stylesheets/main/entries.scss
parent843f3515e5619120ca2c65954a011845225a31f1 (diff)
downloadthoughts-0333f3e258026696af265f777f862e612bab1bd7.tar.gz
thoughts-0333f3e258026696af265f777f862e612bab1bd7.tar.bz2
thoughts-0333f3e258026696af265f777f862e612bab1bd7.zip
Tag links
Diffstat (limited to 'app/assets/stylesheets/main/entries.scss')
-rw-r--r--app/assets/stylesheets/main/entries.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 5fbd4ef..1a42d85 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss
@@ -88,6 +88,30 @@
88 font: 75%/150% sans-serif; 88 font: 75%/150% sans-serif;
89 color: #999; 89 color: #999;
90 } 90 }
91
92 .post-tag-3 {
93 background: image-url("tag.png") no-repeat;
94 padding-left: 20px;
95 margin: 0 0 0 3em;
96 float: left;
97 font-size: 95%;
98 color: #999999;
99 font: 75%/150% sans-serif;
100 display: block;
101
102 li {
103 display: inline-block;
104 margin-right: 0.5em;
105
106 a {
107 text-decoration: none;
108
109 &:hover {
110 text-decoration: underline;
111 }
112 }
113 }
114 }
91 } 115 }
92} 116}
93 117