aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/main.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index a1e5f5c..45be831 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -171,4 +171,19 @@ pre {
.footer-link:hover {
color: white;
text-decoration: none;
+}
+
+#scoots {
+ background: linear-gradient(90deg, #bf5d93 0%, #f9b764 100%);
+ background-clip: text;
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+}
+
+.toe-title {
+ text-align: right;
+}
+
+.table tr:nth-last-child(1) td {
+ border: none !important;
} \ No newline at end of file