about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main/layout.scss
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 16:31:18 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 16:31:18 -0400
commit9fa88ab910919f79ade4355b3daffd5aaec1ca58 (patch)
tree0a060b1730365e48b7f77b380d5bd1c86a5b6f77 /app/assets/stylesheets/main/layout.scss
parent0022f3e1ce95b538315fa29fd654eb3a2d923b5d (diff)
downloadthoughts-9fa88ab910919f79ade4355b3daffd5aaec1ca58.tar.gz
thoughts-9fa88ab910919f79ade4355b3daffd5aaec1ca58.tar.bz2
thoughts-9fa88ab910919f79ade4355b3daffd5aaec1ca58.zip
Added some self links
Diffstat (limited to 'app/assets/stylesheets/main/layout.scss')
-rw-r--r--app/assets/stylesheets/main/layout.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/layout.scss b/app/assets/stylesheets/main/layout.scss index 281d820..5f5d0e6 100644 --- a/app/assets/stylesheets/main/layout.scss +++ b/app/assets/stylesheets/main/layout.scss
@@ -207,3 +207,11 @@ blockquote.bubble.bottom::after {
207h2.centered { 207h2.centered {
208 text-align: center; 208 text-align: center;
209} 209}
210
211.fun-links {
212 a {
213 font-size: 1.1em;
214 vertical-align: super;
215 text-decoration: none;
216 }
217}