diff --git a/-/ui.fifthtry.com/assets/templates/blog-temp.png b/-/ui.fifthtry.com/assets/templates/blog-temp.png new file mode 100644 index 00000000..2c58c644 Binary files /dev/null and b/-/ui.fifthtry.com/assets/templates/blog-temp.png differ diff --git a/-/ui.fifthtry.com/assets/templates/resume.png b/-/ui.fifthtry.com/assets/templates/resume.png new file mode 100644 index 00000000..89cc0363 Binary files /dev/null and b/-/ui.fifthtry.com/assets/templates/resume.png differ diff --git a/-/ui.fifthtry.com/assets/templates/simple-blog-temp.png b/-/ui.fifthtry.com/assets/templates/simple-blog-temp.png new file mode 100644 index 00000000..6d331ade Binary files /dev/null and b/-/ui.fifthtry.com/assets/templates/simple-blog-temp.png differ diff --git a/-/ui.fifthtry.com/assets/templates/simple-ws-temp.png b/-/ui.fifthtry.com/assets/templates/simple-ws-temp.png new file mode 100644 index 00000000..15cec9e8 Binary files /dev/null and b/-/ui.fifthtry.com/assets/templates/simple-ws-temp.png differ diff --git a/-/ui.fifthtry.com/assets/templates/ws-temp.png b/-/ui.fifthtry.com/assets/templates/ws-temp.png new file mode 100644 index 00000000..f303d1a8 Binary files /dev/null and b/-/ui.fifthtry.com/assets/templates/ws-temp.png differ diff --git a/actions/authenticate-user/index.html b/actions/authenticate-user/index.html index d0c30b7b..5eec3182 100644 --- a/actions/authenticate-user/index.html +++ b/actions/authenticate-user/index.html @@ -15,7 +15,7 @@ - + @@ -71,7 +71,9 @@ border-spacing: 0; }*/ -*, :after, :before { + +/* Apply styles to all elements except audio */ +*:not(audio), *:not(audio)::after, *:not(audio)::before { /*box-sizing: inherit;*/ box-sizing: border-box; text-decoration: none; @@ -85,6 +87,15 @@ width: auto; } +/** +This is needed since the global css makes `text-decoration: none`. +To ensure that the del element's `text-decoration: line-through` is applied, +we need to add `!important` to the rule +**/ +del { + text-decoration: line-through !important; +} + *, pre, div { padding: 0; margin: 0; @@ -338,2363 +349,2363 @@ .__h-2 { height: 100%; } + + +
+ +