summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 2534c977..d0d424d2 100644
--- a/styles.css
+++ b/styles.css
@@ -148,3 +148,20 @@ footer {
list-style-type: none;
padding-left: 0px;
}
+
+.tlr {
+ display: inline-block;
+ position: relative;
+}
+
+.tlr::before {
+ content: "";
+ position: absolute;
+ width: 100%;
+ height: 25%;
+ bottom: 0;
+ left: 0.2em;
+ background: rgba(170, 57, 57, 0.3);
+ z-index: -1;
+}
+