diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 16:31:18 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 16:31:18 -0400 |
commit | 9fa88ab910919f79ade4355b3daffd5aaec1ca58 (patch) | |
tree | 0a060b1730365e48b7f77b380d5bd1c86a5b6f77 /app/assets | |
parent | 0022f3e1ce95b538315fa29fd654eb3a2d923b5d (diff) | |
download | thoughts-9fa88ab910919f79ade4355b3daffd5aaec1ca58.tar.gz thoughts-9fa88ab910919f79ade4355b3daffd5aaec1ca58.tar.bz2 thoughts-9fa88ab910919f79ade4355b3daffd5aaec1ca58.zip |
Added some self links
Diffstat (limited to 'app/assets')
-rwxr-xr-x | app/assets/images/tag_blue.png | bin | 0 -> 586 bytes | |||
-rwxr-xr-x | app/assets/images/tag_green.png | bin | 0 -> 613 bytes | |||
-rwxr-xr-x | app/assets/images/tag_orange.png | bin | 0 -> 586 bytes | |||
-rwxr-xr-x | app/assets/images/tag_pink.png | bin | 0 -> 579 bytes | |||
-rwxr-xr-x | app/assets/images/tag_purple.png | bin | 0 -> 599 bytes | |||
-rwxr-xr-x | app/assets/images/tag_red.png | bin | 0 -> 592 bytes | |||
-rwxr-xr-x | app/assets/images/tag_yellow.png | bin | 0 -> 586 bytes | |||
-rw-r--r-- | app/assets/stylesheets/main/layout.scss | 8 |
8 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/images/tag_blue.png b/app/assets/images/tag_blue.png new file mode 100755 index 0000000..9757fc6 --- /dev/null +++ b/app/assets/images/tag_blue.png | |||
Binary files differ | |||
diff --git a/app/assets/images/tag_green.png b/app/assets/images/tag_green.png new file mode 100755 index 0000000..83ec984 --- /dev/null +++ b/app/assets/images/tag_green.png | |||
Binary files differ | |||
diff --git a/app/assets/images/tag_orange.png b/app/assets/images/tag_orange.png new file mode 100755 index 0000000..454a59f --- /dev/null +++ b/app/assets/images/tag_orange.png | |||
Binary files differ | |||
diff --git a/app/assets/images/tag_pink.png b/app/assets/images/tag_pink.png new file mode 100755 index 0000000..76e2296 --- /dev/null +++ b/app/assets/images/tag_pink.png | |||
Binary files differ | |||
diff --git a/app/assets/images/tag_purple.png b/app/assets/images/tag_purple.png new file mode 100755 index 0000000..ebaf0e8 --- /dev/null +++ b/app/assets/images/tag_purple.png | |||
Binary files differ | |||
diff --git a/app/assets/images/tag_red.png b/app/assets/images/tag_red.png new file mode 100755 index 0000000..6ebb37d --- /dev/null +++ b/app/assets/images/tag_red.png | |||
Binary files differ | |||
diff --git a/app/assets/images/tag_yellow.png b/app/assets/images/tag_yellow.png new file mode 100755 index 0000000..83d1292 --- /dev/null +++ b/app/assets/images/tag_yellow.png | |||
Binary files differ | |||
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 { | |||
207 | h2.centered { | 207 | h2.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 | } | ||